Update app.py
Browse files
app.py
CHANGED
@@ -123,8 +123,7 @@ def main():
|
|
123 |
|
124 |
|
125 |
|
126 |
-
|
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)
|