SamanthaStorm commited on
Commit
1345886
·
verified ·
1 Parent(s): 5d031d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -147,7 +147,6 @@ def analyze_single_message(text, thresholds):
147
  abuse_score = min(np.mean(weighted_scores) * 100, 100)
148
 
149
  stage = get_risk_stage(threshold_labels, sentiment)
150
- stage = get_risk_stage(threshold_labels, sentiment)
151
 
152
  print("\n--- Debug Info ---")
153
  print(f"Text: {text}")
 
147
  abuse_score = min(np.mean(weighted_scores) * 100, 100)
148
 
149
  stage = get_risk_stage(threshold_labels, sentiment)
 
150
 
151
  print("\n--- Debug Info ---")
152
  print(f"Text: {text}")