Spaces:
Runtime error
Runtime error
Commit
·
dbe3519
1
Parent(s):
dfc64fd
Update app.py
Browse files
app.py
CHANGED
@@ -93,4 +93,4 @@ if user_input:
|
|
93 |
chat_container.markdown(f"**assistant:** {response_text}")
|
94 |
|
95 |
# Update session state
|
96 |
-
st.session_state["chat_history"] = chat_history
|
|
|
93 |
chat_container.markdown(f"**assistant:** {response_text}")
|
94 |
|
95 |
# Update session state
|
96 |
+
st.session_state["chat_history"] = chat_history
|