SamanthaStorm commited on
Commit
87e8754
·
verified ·
1 Parent(s): bdfc5ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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