Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|