Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ if st.session_state.results:
|
|
118 |
else:
|
119 |
for msg in st.session_state.messages:
|
120 |
with st.chat_message(msg["role"]):
|
121 |
-
st.markdown(msg["content"], unsafe_allow_html=True)
|
|
|
118 |
else:
|
119 |
for msg in st.session_state.messages:
|
120 |
with st.chat_message(msg["role"]):
|
121 |
+
st.markdown(msg["content"], unsafe_allow_html=True)
|