nkcong206 commited on
Commit
38a5afa
·
verified ·
1 Parent(s): 5374fc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,4 +192,4 @@ if st.session_state.model is not None:
192
  response = ans.content
193
  st.write(response)
194
 
195
- st.session_state.chat_history.append({"role": "assistant", "content": response})
 
192
  response = ans.content
193
  st.write(response)
194
 
195
+ st.session_state.chat_history.append({"role": "assistant", "content": response})