ArturG9 commited on
Commit
59e4aa2
1 Parent(s): f0a4e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def main():
131
 
132
 
133
  if user_question := st.text_input("Ask a question about your documents:"):
134
- handle_userinput(user_question, custom_graph)
135
 
136
 
137
 
 
131
 
132
 
133
  if user_question := st.text_input("Ask a question about your documents:"):
134
+ handle_userinput(user_question, custom_graph)
135
 
136
 
137