João Pedro commited on
Commit
d5286eb
·
1 Parent(s): 6c0983b

the method is add_data

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ if uploaded_file:
85
 
86
  # Add a button to confirm feedback and log it
87
  if st.button(f"Submit Feedback for Image {i}", key=f'submit-{i}'):
88
- feedback_table.add({
89
  'image': wandb.Image(image),
90
  'filetype': uploaded_file.type,
91
  'predicted_label': id2label[prediction],
 
85
 
86
  # Add a button to confirm feedback and log it
87
  if st.button(f"Submit Feedback for Image {i}", key=f'submit-{i}'):
88
+ feedback_table.add_data({
89
  'image': wandb.Image(image),
90
  'filetype': uploaded_file.type,
91
  'predicted_label': id2label[prediction],