ArturG9 commited on
Commit
de20926
·
verified ·
1 Parent(s): 255d5ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -123,8 +123,7 @@ def main():
123
 
124
 
125
 
126
- if user_question := st.text_input("Ask a question about your documents:"):
127
- handle_userinput(user_question, vectorstore, conversation)
128
 
129
  st.subheader("Your documents")
130
  pdf_docs = st.file_uploader("For Chatbot to get alive, upload your PDFs here and click on 'Process'", accept_multiple_files=True)
 
123
 
124
 
125
 
126
+
 
127
 
128
  st.subheader("Your documents")
129
  pdf_docs = st.file_uploader("For Chatbot to get alive, upload your PDFs here and click on 'Process'", accept_multiple_files=True)