Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -165,4 +165,4 @@ if st.session_state.base_url != "":
|
|
165 |
|
166 |
# Add the response to the chat window
|
167 |
with st.chat_message("assistant"):
|
168 |
-
st.markdown(response)
|
|
|
165 |
|
166 |
# Add the response to the chat window
|
167 |
with st.chat_message("assistant"):
|
168 |
+
st.markdown(response)
|