Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,6 +46,3 @@ if user_input:
|
|
46 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
47 |
with st.chat_message("assistant"):
|
48 |
st.markdown(response)
|
49 |
-
|
50 |
-
# Redisplay chat history
|
51 |
-
st.experimental_rerun()
|
|
|
46 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
47 |
with st.chat_message("assistant"):
|
48 |
st.markdown(response)
|
|
|
|
|
|