Grey01 commited on
Commit
ae62fb2
·
verified ·
1 Parent(s): 9868419

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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)