Update app.py
Browse files
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("--------------------------------")
|