SamanthaStorm commited on
Commit
d0e2f9e
·
verified ·
1 Parent(s): 40e9611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -471,7 +471,7 @@ def analyze_single_message(text, thresholds):
471
 
472
  # Apply thresholds
473
  threshold_labels = []
474
- if explicit_abuse:
475
  threshold_labels.append("insults")
476
  logger.debug("\nForced inclusion of 'insults' due to explicit abuse")
477
 
 
471
 
472
  # Apply thresholds
473
  threshold_labels = []
474
+ if explicit_abuse:
475
  threshold_labels.append("insults")
476
  logger.debug("\nForced inclusion of 'insults' due to explicit abuse")
477