Spaces:
Sleeping
Sleeping
Commit ·
23f3b73
1
Parent(s): a561eae
Update page1.py
Browse files
page1.py
CHANGED
|
@@ -189,4 +189,4 @@ def text():
|
|
| 189 |
# message_placeholder.markdown(full_response + "▌")
|
| 190 |
# message_placeholder.markdown(full_response)
|
| 191 |
# Add assistant response to chat history
|
| 192 |
-
# st.session_state.messages.append({"role": "assistant", "content": full_response})
|
|
|
|
| 189 |
# message_placeholder.markdown(full_response + "▌")
|
| 190 |
# message_placeholder.markdown(full_response)
|
| 191 |
# Add assistant response to chat history
|
| 192 |
+
# st.session_state.messages.append({"role": "assistant", "content": full_response})
|