SamanthaStorm commited on
Commit
31de5e2
·
verified ·
1 Parent(s): f6abe75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -446,8 +446,6 @@ def analyze_single_message(text, thresholds):
446
  label for label, score in zip(LABELS, scores)
447
  if score > adjusted_thresholds[label]
448
  ]
449
- tone_tag = get_emotional_tone_tag(emotion_profile, sentiment, threshold_labels, 0)
450
-
451
 
452
  top_patterns = sorted(
453
  [(label, score) for label, score in zip(LABELS, scores)],
 
446
  label for label, score in zip(LABELS, scores)
447
  if score > adjusted_thresholds[label]
448
  ]
 
 
449
 
450
  top_patterns = sorted(
451
  [(label, score) for label, score in zip(LABELS, scores)],