Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -449,7 +449,7 @@ def analyze_single_message(text, thresholds):
|
|
449 |
label for label, score in zip(LABELS, scores)
|
450 |
if score > adjusted_thresholds[label]
|
451 |
]
|
452 |
-
|
453 |
|
454 |
|
455 |
top_patterns = sorted(
|
|
|
449 |
label for label, score in zip(LABELS, scores)
|
450 |
if score > adjusted_thresholds[label]
|
451 |
]
|
452 |
+
tone_tag = get_emotional_tone_tag(emotion_profile, sentiment, threshold_labels, 0, text)
|
453 |
|
454 |
|
455 |
top_patterns = sorted(
|