Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|