Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|