Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
| 102 |
with st.chat_message("assistant"):
|
| 103 |
st.markdown(response)
|
| 104 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
| 105 |
+
st.rerun()
|