Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
|