Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def main():
|
|
167 |
|
168 |
|
169 |
if user_question := st.text_input("Ask a question about your documents:"):
|
170 |
-
handle_userinput(user_question, custom_graph)
|
171 |
|
172 |
|
173 |
|
|
|
167 |
|
168 |
|
169 |
if user_question := st.text_input("Ask a question about your documents:"):
|
170 |
+
await handle_userinput(user_question, custom_graph)
|
171 |
|
172 |
|
173 |
|