raj999 commited on
Commit
e95c1d8
·
verified ·
1 Parent(s): 2206df7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()