Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -285,6 +285,7 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
|
|
285 |
"High" if escalation_score >= 16 else
|
286 |
"Moderate" if escalation_score >= 8 else
|
287 |
"Low"
|
|
|
288 |
out += generate_risk_snippet(composite_abuse, top_label, escalation_score, most_common_stage)
|
289 |
out += f"\n\n{stage_text}"
|
290 |
out += darvo_blurb
|
|
|
285 |
"High" if escalation_score >= 16 else
|
286 |
"Moderate" if escalation_score >= 8 else
|
287 |
"Low"
|
288 |
+
)
|
289 |
out += generate_risk_snippet(composite_abuse, top_label, escalation_score, most_common_stage)
|
290 |
out += f"\n\n{stage_text}"
|
291 |
out += darvo_blurb
|