Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -287,7 +287,7 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
|
287 |
out += "π This reflects the strength and severity of detected abuse patterns in the message(s).\n\n"
|
288 |
out += f"Escalation Potential: {escalation_potential}\n"
|
289 |
out += f"{escalation_note}\n\n"
|
290 |
-
out += generate_risk_snippet(composite_abuse, top_label, escalation_score)
|
291 |
out += f"\n\n{stage_text}"
|
292 |
out += darvo_blurb
|
293 |
|
|
|
287 |
out += "π This reflects the strength and severity of detected abuse patterns in the message(s).\n\n"
|
288 |
out += f"Escalation Potential: {escalation_potential}\n"
|
289 |
out += f"{escalation_note}\n\n"
|
290 |
+
out += generate_risk_snippet(composite_abuse, top_label, escalation_score, most_common_stage)
|
291 |
out += f"\n\n{stage_text}"
|
292 |
out += darvo_blurb
|
293 |
|