SamanthaStorm commited on
Commit
c72561a
·
verified ·
1 Parent(s): 79936aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def analyze_messages(input_text):
88
 
89
  # Prepare the output result with both scores
90
  result_md = (
91
- f"**Abuse Pattern Count:** {concerning_pattern_count}\n\n"
92
  f"**Danger Assessment Score:** {danger_assessment}\n\n"
93
  f"**Support Resources:**\n{resources}"
94
  )
 
88
 
89
  # Prepare the output result with both scores
90
  result_md = (
91
+ f"**Abuse Pattern Count:** {pattern_count}\n\n"
92
  f"**Danger Assessment Score:** {danger_assessment}\n\n"
93
  f"**Support Resources:**\n{resources}"
94
  )