ogegadavis254 commited on
Commit
83841b9
·
verified ·
1 Parent(s): 7800e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,5 +117,5 @@ with st.empty():
117
  st.empty()
118
  st.markdown(assistant_response)
119
 
120
- # Add assistant response to chat history
121
  st.session_state.messages.append(("assistant", assistant_response))
 
117
  st.empty()
118
  st.markdown(assistant_response)
119
 
120
+ # Add assistant response to chat histor
121
  st.session_state.messages.append(("assistant", assistant_response))