Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,4 +160,5 @@ if prompt := st.chat_input():
|
|
| 160 |
# message_placeholder = st.empty()
|
| 161 |
# message_placeholder.markdown("Search...")
|
| 162 |
# message_placeholder.markdown(response)
|
| 163 |
-
st.chat_message("assistant", avatar="🤖").write(response)
|
|
|
|
|
|
| 160 |
# message_placeholder = st.empty()
|
| 161 |
# message_placeholder.markdown("Search...")
|
| 162 |
# message_placeholder.markdown(response)
|
| 163 |
+
st.chat_message("assistant", avatar="🤖").write(response)
|
| 164 |
+
|