SamanthaStorm commited on
Commit
f50e11c
·
verified ·
1 Parent(s): d20c9bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,10 +37,10 @@ THRESHOLDS = {
37
  "insults": 0.34,
38
  "obscure_formal": 0.25,
39
  "recovery_phase": 0.25,
40
- "non_abusive": 0.40
41
  "suicidal_threat": 0.45,
42
  "physical_threat": 0.31,
43
- "extreme_control": 0.36,
44
 
45
  }
46
 
 
37
  "insults": 0.34,
38
  "obscure_formal": 0.25,
39
  "recovery_phase": 0.25,
40
+ "non_abusive": 0.40,
41
  "suicidal_threat": 0.45,
42
  "physical_threat": 0.31,
43
+ "extreme_control": 0.36
44
 
45
  }
46