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