Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def main():
|
|
| 142 |
|
| 143 |
# write the response
|
| 144 |
st.session_state.messages.append({"role": "assistant", "content": msg})
|
| 145 |
-
st.chat_message("assistant").
|
| 146 |
except Exception as e:
|
| 147 |
st.error(e)
|
| 148 |
|
|
|
|
| 142 |
|
| 143 |
# write the response
|
| 144 |
st.session_state.messages.append({"role": "assistant", "content": msg})
|
| 145 |
+
st.chat_message("assistant").markdown(msg)
|
| 146 |
except Exception as e:
|
| 147 |
st.error(e)
|
| 148 |
|