Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,5 @@ if user_input:
|
|
39 |
|
40 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
41 |
with st.chat_message("assistant"):
|
|
|
42 |
st.markdown(response)
|
|
|
39 |
|
40 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
41 |
with st.chat_message("assistant"):
|
42 |
+
|
43 |
st.markdown(response)
|