Shreyas094 commited on
Commit
20ea384
·
verified ·
1 Parent(s): 8634b49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -717,7 +717,7 @@ with demo:
717
  # In your Gradio interface setup
718
  update_button.click(update_vectors,
719
  inputs=[file_input, parser_dropdown],
720
- outputs=[gr.Textbox(label="Update Status"), document_selector])
721
  # Add the refresh button functionality
722
  refresh_button.click(refresh_documents,
723
  inputs=[],
 
717
  # In your Gradio interface setup
718
  update_button.click(update_vectors,
719
  inputs=[file_input, parser_dropdown],
720
+ outputs=[update_output, document_selector])
721
  # Add the refresh button functionality
722
  refresh_button.click(refresh_documents,
723
  inputs=[],