SamanthaStorm commited on
Commit
0e9226e
·
verified ·
1 Parent(s): d533c27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def analyze_messages(input_text, risk_flags):
150
  result = f"Abuse Risk Score: {abuse_level}% – {abuse_description}\n\n"
151
 
152
  if abuse_level >= 15:
153
- result += f"Most Likely Patterns:\n{top_pattern_explanations}\n\n"
154
 
155
  f"⚠️ Critical Danger Flags Detected: {danger_flag_count} of 3\n"
156
  "Resources: " + resources + "\n\n"
 
150
  result = f"Abuse Risk Score: {abuse_level}% – {abuse_description}\n\n"
151
 
152
  if abuse_level >= 15:
153
+ result += f"Most Likely Patterns:\n{top_pattern_explanations}\n\n"
154
 
155
  f"⚠️ Critical Danger Flags Detected: {danger_flag_count} of 3\n"
156
  "Resources: " + resources + "\n\n"