JBHF commited on
Commit
8efa6a0
·
verified ·
1 Parent(s): 4465bf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -401,7 +401,7 @@ if prompt := st.chat_input():
401
 
402
 
403
  # Show total messages history of user + AI in this session up till this point
404
- with st.expander("Show total messages history of user + AI in this session up till this point")
405
  # st.session_state.messages
406
  st.write(st.session_state.messages)
407
  st.write("--------------------------------")
 
401
 
402
 
403
  # Show total messages history of user + AI in this session up till this point
404
+ with st.expander("Show total messages history of user + AI in this session up till this point"):
405
  # st.session_state.messages
406
  st.write(st.session_state.messages)
407
  st.write("--------------------------------")