Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,4 +69,4 @@ if prompt := st.chat_input("Ask anything"):
|
|
| 69 |
st.markdown("<div style='clear: both'></div>", unsafe_allow_html=True)
|
| 70 |
|
| 71 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
| 72 |
-
save_chat_history(st.session_state.messages)
|
|
|
|
| 69 |
st.markdown("<div style='clear: both'></div>", unsafe_allow_html=True)
|
| 70 |
|
| 71 |
st.session_state.messages.append({"role": "assistant", "content": full_response})
|
| 72 |
+
save_chat_history(st.session_state.messages)
|