SamanthaStorm commited on
Commit
83c1ff8
·
verified ·
1 Parent(s): 070ff27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- 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:
 
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: