Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with demo:
|
|
106 |
)
|
107 |
|
108 |
# Bind button to update the document vector store
|
109 |
-
upload_button.click(update_documents, inputs=[doc_input], outputs=gr.Textbox(label="Status"))
|
110 |
|
111 |
if __name__ == "__main__":
|
112 |
demo.launch()
|
|
|
106 |
)
|
107 |
|
108 |
# Bind button to update the document vector store
|
109 |
+
# upload_button.click(update_documents, inputs=[doc_input], outputs=gr.Textbox(label="Status"))
|
110 |
|
111 |
if __name__ == "__main__":
|
112 |
demo.launch()
|