ArturG9 commited on
Commit
6348c4d
1 Parent(s): 46bb2d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -154,8 +154,7 @@ def main():
154
 
155
 
156
 
157
- if user_question := st.text_input("Ask a question about your documents:"):
158
- handle_userinput(user_question, vectorstore, conversation)
159
 
160
 
161
 
 
154
 
155
 
156
 
157
+
 
158
 
159
 
160