Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -626,7 +626,6 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
|
626 |
escalation_text += "π This score combines your safety checklist answers *and* detected high-risk behavior.\n"
|
627 |
escalation_text += f"β’ Pattern Risk: {pattern_escalation_risk}\n"
|
628 |
escalation_text += f"β’ Checklist Risk: {checklist_escalation_risk}\n"
|
629 |
-
escalation_text += f"β’ Escalation Bump: +{escalation_bump} (from DARVO, tone, intensity, etc.)"
|
630 |
|
631 |
# Composite Abuse Score
|
632 |
composite_abuse_scores = []
|
|
|
626 |
escalation_text += "π This score combines your safety checklist answers *and* detected high-risk behavior.\n"
|
627 |
escalation_text += f"β’ Pattern Risk: {pattern_escalation_risk}\n"
|
628 |
escalation_text += f"β’ Checklist Risk: {checklist_escalation_risk}\n"
|
|
|
629 |
|
630 |
# Composite Abuse Score
|
631 |
composite_abuse_scores = []
|