Keyurjotaniya007 commited on
Commit
c43f786
·
verified ·
1 Parent(s): 802046a

Update app.py

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