Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -109,9 +109,9 @@ for i, (label, score) in enumerate(zip(LABELS, scores)):
|
|
109 |
|
110 |
# Prepare the output result with just pattern count and dynamic resources
|
111 |
result_md = (
|
112 |
-
|
113 |
-
|
114 |
-
)
|
115 |
|
116 |
# Save the result to a temporary text file for download
|
117 |
with tempfile.NamedTemporaryFile(delete=False, suffix=".txt", mode="w") as f:
|
|
|
109 |
|
110 |
# Prepare the output result with just pattern count and dynamic resources
|
111 |
result_md = (
|
112 |
+
f"**Abuse Pattern Count:** {pattern_count}\n\n"
|
113 |
+
f"**Support Resources:**\n{resources}"
|
114 |
+
)
|
115 |
|
116 |
# Save the result to a temporary text file for download
|
117 |
with tempfile.NamedTemporaryFile(delete=False, suffix=".txt", mode="w") as f:
|