Store User Feedback after model prediction

Hey @jonas-nothnagel

I haven’t thought too much about it yet, but my instinct says you can use streamlit-aggrid from @PablocFonseca to build an interactve datagraid with a column “feedback”, with a checkbox per row for correct/incorrect, then a Submit button to get back the table from Ag-Grid and work on the feedback column which should contain boolean values.

Hope this works!
Fanilo