Update app.py
Browse files
app.py
CHANGED
@@ -197,3 +197,4 @@ if st.session_state.base_url != "":
|
|
197 |
# Add the response to the chat window
|
198 |
with st.chat_message("assistant"):
|
199 |
st.markdown(response)
|
|
|
|
197 |
# Add the response to the chat window
|
198 |
with st.chat_message("assistant"):
|
199 |
st.markdown(response)
|
200 |
+
|