SamanthaStorm commited on
Commit
ae4cced
Β·
verified Β·
1 Parent(s): 91451af

Update app.py

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