SamanthaStorm commited on
Commit
a877a49
·
verified ·
1 Parent(s): 8d89afa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -496,7 +496,7 @@ def analyze_single_message(text, thresholds):
496
  for label in threshold_labels
497
  ]
498
 
499
- return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score, tone_tag
500
 
501
 
502
  # Tag must happen after abuse score is finalized
 
496
  for label in threshold_labels
497
  ]
498
 
499
+ return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score
500
 
501
 
502
  # Tag must happen after abuse score is finalized