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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ def analyze_composite(msg1, msg2, msg3, *answers_and_none):
284
  level = "moderate" if avg_darvo < 0.65 else "high"
285
  darvo_blurb = f"\n\n🎭 **DARVO Score: {avg_darvo}** β†’ This indicates a **{level} likelihood** of narrative reversal (DARVO), where the speaker may be denying, attacking, or reversing blame."
286
 
287
- out = f"Abuse Intensity: {composite_abuse}%\n"
288
  out += "πŸ“Š This reflects the strength and severity of detected abuse patterns in the message(s).\n\n"
289
 
290
  if escalation_score is None:
 
284
  level = "moderate" if avg_darvo < 0.65 else "high"
285
  darvo_blurb = f"\n\n🎭 **DARVO Score: {avg_darvo}** β†’ This indicates a **{level} likelihood** of narrative reversal (DARVO), where the speaker may be denying, attacking, or reversing blame."
286
 
287
+ out = f"Abuse Intensity: {composite_abuse}%\n"
288
  out += "πŸ“Š This reflects the strength and severity of detected abuse patterns in the message(s).\n\n"
289
 
290
  if escalation_score is None: