Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
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=[
|
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=[],
|