SamanthaStorm commited on
Commit
4c77a70
·
verified ·
1 Parent(s): 0b7d696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -540,7 +540,7 @@ def analyze_composite(msg1, date1, msg2, date2, msg3, date3, *answers_and_none):
540
  composite_abuse_scores = []
541
 
542
  for result, _ in results:
543
- abuse_score, threshold_labels, top_patterns, _, _, _ = result
544
  weighted_score = 0
545
  total_weight = 0
546
 
 
540
  composite_abuse_scores = []
541
 
542
  for result, _ in results:
543
+ abuse_score, threshold_labels, top_patterns, _, _, _, _ = result
544
  weighted_score = 0
545
  total_weight = 0
546