SamanthaStorm commited on
Commit
16b94bf
·
verified ·
1 Parent(s): a1c8d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ THRESHOLDS = {
81
  "projection": 0.25,
82
  "insults": 0.05,
83
  "contradictory statements": 0.25,
84
- "obscure language": 0.25,
85
  "nonabusive": 1.0
86
  }
87
 
 
81
  "projection": 0.25,
82
  "insults": 0.05,
83
  "contradictory statements": 0.25,
84
+ "obscure language": 0.15,
85
  "nonabusive": 1.0
86
  }
87