lianghsun commited on
Commit
e98a94b
·
1 Parent(s): 92d5582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ if prompt := st.chat_input("What is up?"):
71
  )
72
  response = st.write_stream(stream)
73
  st.session_state.messages.append(
74
- {"role": "assistant", "content": cc.convert(response)})
 
71
  )
72
  response = st.write_stream(stream)
73
  st.session_state.messages.append(
74
+ {"role": "assistant", "content": response})