ArturG9 commited on
Commit
5a986b7
1 Parent(s): 2262f33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def main():
156
 
157
 
158
 
159
- def handle_userinput(user_question,vectorstore,conversation ):
160
 
161
  if "chat_history" not in st.session_state:
162
  st.session_state["chat_history"] = [
 
156
 
157
 
158
 
159
+ def handle_userinput(user_question ):
160
 
161
  if "chat_history" not in st.session_state:
162
  st.session_state["chat_history"] = [