Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -171,8 +171,7 @@ else:
|
|
171 |
print(f"Motifs: {motifs}")
|
172 |
print(f"Contradiction: {contradiction_flag}")
|
173 |
print("------------------\n")
|
174 |
-
|
175 |
-
return abuse_score, threshold_labels, top_patterns, result, stage
|
176 |
|
177 |
def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
178 |
responses = answers_and_none[:len(ESCALATION_QUESTIONS)]
|
|
|
171 |
print(f"Motifs: {motifs}")
|
172 |
print(f"Contradiction: {contradiction_flag}")
|
173 |
print("------------------\n")
|
174 |
+
return abuse_score, threshold_labels, top_patterns, result, stage
|
|
|
175 |
|
176 |
def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
177 |
responses = answers_and_none[:len(ESCALATION_QUESTIONS)]
|