ArturG9 commited on
Commit
2be7f56
·
verified ·
1 Parent(s): 8ab10bb

Update functions.py

Browse files
Files changed (1) hide show
  1. 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