SamanthaStorm commited on
Commit
97cb677
·
verified ·
1 Parent(s): 93ddbae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def analyze_message(text):
101
 
102
  return {
103
  "emotion_profile": emotion_profile,
104
- "active_patterns": active
105
  "tone_tag": tone_tag
106
  }
107
 
 
101
 
102
  return {
103
  "emotion_profile": emotion_profile,
104
+ "active_patterns": active,
105
  "tone_tag": tone_tag
106
  }
107