Spaces:
Sleeping
Sleeping
Update pages/machine_learning.py
Browse files
pages/machine_learning.py
CHANGED
@@ -74,7 +74,7 @@ try:
|
|
74 |
result = deep_seek.invoke(messages)
|
75 |
|
76 |
# Append to history
|
77 |
-
st.session_state[PAGE_KEY].append((user_input,
|
78 |
|
79 |
# --- Display Chat History ---
|
80 |
st.subheader("🗨️ Chat History")
|
|
|
74 |
result = deep_seek.invoke(messages)
|
75 |
|
76 |
# Append to history
|
77 |
+
st.session_state[PAGE_KEY].append((user_input,result.content))
|
78 |
|
79 |
# --- Display Chat History ---
|
80 |
st.subheader("🗨️ Chat History")
|