SamanthaStorm commited on
Commit
b0596c3
Β·
verified Β·
1 Parent(s): 623e3b6

Update app.py

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