ashok2216 commited on
Commit
70197f7
·
verified ·
1 Parent(s): 3d89143

Update app.py

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