SamanthaStorm commited on
Commit
438222a
·
verified ·
1 Parent(s): 2992137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -499,7 +499,7 @@ def analyze_single_message(text, thresholds):
499
  print(f"Contradiction: {contradiction_flag}")
500
  print("------------------\n")
501
 
502
- return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score, emotional_tone_tag
503
 
504
  def analyze_composite(msg1, date1, msg2, date2, msg3, date3, *answers_and_none):
505
  none_selected_checked = answers_and_none[-1]
 
499
  print(f"Contradiction: {contradiction_flag}")
500
  print("------------------\n")
501
 
502
+ return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score, get_emotional_tone_tag
503
 
504
  def analyze_composite(msg1, date1, msg2, date2, msg3, date3, *answers_and_none):
505
  none_selected_checked = answers_and_none[-1]