SamanthaStorm commited on
Commit
a752145
·
verified ·
1 Parent(s): a96239e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- tone_tag = get_emotional_tone_tag(emotion_profile, sentiment, threshold_labels, 0, text)
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(