NEXAS commited on
Commit
1f22481
·
verified ·
1 Parent(s): d08fec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,4 +95,4 @@ if user_input:
95
  memory_storage.add_ai_message(answer)
96
 
97
  with st.chat_message("assistant"):
98
- st.markdown(answer)
 
95
  memory_storage.add_ai_message(answer)
96
 
97
  with st.chat_message("assistant"):
98
+ st.markdown(answer.content)