Spaces:
Sleeping
Sleeping
Commit
·
aa9b70c
1
Parent(s):
83c8f45
Update app.py
Browse files
app.py
CHANGED
@@ -119,4 +119,4 @@ if st.session_state.messages[-1]["role"] != "assistant":
|
|
119 |
with st.chat_message("assistant"):
|
120 |
with st.spinner("Thinking..."):
|
121 |
response_message = run_conversation()
|
122 |
-
st.write(response_message)
|
|
|
119 |
with st.chat_message("assistant"):
|
120 |
with st.spinner("Thinking..."):
|
121 |
response_message = run_conversation()
|
122 |
+
st.write(response_message)
|