Reality123b commited on
Commit
063526f
·
verified ·
1 Parent(s): fab81c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -694,7 +694,7 @@ class XylariaChat:
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"]):
 
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"]):