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