Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|