Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
|
292 |
out += "π *This section was not completed. Escalation potential is unknown.*\n\n"
|
293 |
else:
|
294 |
out += f"Escalation Potential: {risk_level} ({escalation_score}/{sum(w for _, w in ESCALATION_QUESTIONS)})\n"
|
295 |
-
out += "π¨ This indicates how many serious risk factors are present based on your answers to the safety checklist.\n
|
296 |
|
297 |
out += generate_risk_snippet(composite_abuse, top_label, escalation_score if escalation_score is not None else 0, most_common_stage)
|
298 |
out += f"\n\n{stage_text}"
|
|
|
292 |
out += "π *This section was not completed. Escalation potential is unknown.*\n\n"
|
293 |
else:
|
294 |
out += f"Escalation Potential: {risk_level} ({escalation_score}/{sum(w for _, w in ESCALATION_QUESTIONS)})\n"
|
295 |
+
out += "π¨ This indicates how many serious risk factors are present based on your answers to the safety checklist.\n"
|
296 |
|
297 |
out += generate_risk_snippet(composite_abuse, top_label, escalation_score if escalation_score is not None else 0, most_common_stage)
|
298 |
out += f"\n\n{stage_text}"
|