Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,8 +93,8 @@ if user_input := st.chat_input("User Input"):
|
|
93 |
|
94 |
# Save context in memory
|
95 |
memory.save_context(
|
96 |
-
{"
|
97 |
-
{"
|
98 |
)
|
99 |
|
100 |
# Append messages to session state for display
|
|
|
93 |
|
94 |
# Save context in memory
|
95 |
memory.save_context(
|
96 |
+
{"input": user_input},
|
97 |
+
{"output": response}
|
98 |
)
|
99 |
|
100 |
# Append messages to session state for display
|