ashok2216 commited on
Commit
9dddd17
·
verified ·
1 Parent(s): 42ba3d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -100,3 +100,4 @@ if user_input := st.chat_input("Ask a health question..."):
100
  with st.chat_message("assistant"):
101
  st.markdown(response)
102
  st.session_state.messages.append({"role": "assistant", "content": response})
 
 
100
  with st.chat_message("assistant"):
101
  st.markdown(response)
102
  st.session_state.messages.append({"role": "assistant", "content": response})
103
+ st.rerun()