Spaces:
Sleeping
Sleeping
Update functions.py
Browse files- functions.py +2 -1
functions.py
CHANGED
@@ -65,7 +65,8 @@ async def handle_userinput(user_question, custom_graph):
|
|
65 |
|
66 |
except Exception as e:
|
67 |
# Display an error message in case of failure
|
68 |
-
st.chat_message("assistant").write("An error occurred: Try to change the question.")
|
|
|
69 |
|
70 |
|
71 |
|
|
|
65 |
|
66 |
except Exception as e:
|
67 |
# Display an error message in case of failure
|
68 |
+
st.chat_message("assistant").write("An error occurred: Try to change the question.")
|
69 |
+
st.chat_message("assistant").write(e)
|
70 |
|
71 |
|
72 |
|