Boris commited on
Commit
149db8b
·
1 Parent(s): c11f0f1
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -75,6 +75,7 @@ def handle_user_input():
75
  )
76
  with st.chat_message("assistant"):
77
  st.markdown(last_bot_message)
 
78
 
79
 
80
  def clear_chat():
 
75
  )
76
  with st.chat_message("assistant"):
77
  st.markdown(last_bot_message)
78
+ raise ValueError
79
 
80
 
81
  def clear_chat():