Spaces:
Runtime error
Runtime error
Commit
·
547c0e6
1
Parent(s):
54385f0
Update app.py
Browse files
app.py
CHANGED
@@ -39,4 +39,4 @@ if user_input:
|
|
39 |
st.markdown(f"**Gemini Bot:** {response_text}")
|
40 |
|
41 |
# Update session state with chat history
|
42 |
-
st.session_state["chat_history"] = chat_history
|
|
|
39 |
st.markdown(f"**Gemini Bot:** {response_text}")
|
40 |
|
41 |
# Update session state with chat history
|
42 |
+
st.session_state["chat_history"] = chat_history
|