SamanthaStorm commited on
Commit
70c5067
·
verified ·
1 Parent(s): e080d9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ THRESHOLDS = {
39
  "recovery_phase": 0.25,
40
  "non_abusive": 0.99,
41
  "suicidal_threat": 0.45,
42
- "physical_threat": 0.20,
43
  "extreme_control": 0.36
44
  }
45
 
 
39
  "recovery_phase": 0.25,
40
  "non_abusive": 0.99,
41
  "suicidal_threat": 0.45,
42
+ "physical_threat": 0.10,
43
  "extreme_control": 0.36
44
  }
45