Spaces:
Running
Running
Reality123b
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -694,7 +694,7 @@ class XylariaChat:
|
|
694 |
self.update_goals(message)
|
695 |
|
696 |
emotion_deltas = {}
|
697 |
-
|
698 |
engagement_delta = 0
|
699 |
|
700 |
if any(word in message.lower() for word in ["sad", "unhappy", "depressed", "down"]):
|
|
|
694 |
self.update_goals(message)
|
695 |
|
696 |
emotion_deltas = {}
|
697 |
+
cognitive_load_deltas = {}
|
698 |
engagement_delta = 0
|
699 |
|
700 |
if any(word in message.lower() for word in ["sad", "unhappy", "depressed", "down"]):
|