ArturG9 commited on
Commit
6ee123e
·
verified ·
1 Parent(s): 152b9b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ def main():
86
  with st.chat_message("User"):
87
  st.write(user_question)
88
  if user_question:
89
- handle_userinput(user_question,vectorstore)
90
 
91
 
92
  def handle_userinput(user_question):
 
86
  with st.chat_message("User"):
87
  st.write(user_question)
88
  if user_question:
89
+ handle_userinput(user_question)
90
 
91
 
92
  def handle_userinput(user_question):