Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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:** {
|
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 |
)
|