Plsek commited on
Commit
b579773
·
1 Parent(s): 029790b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def load_CADET():
151
 
152
  def reset_threshold():
153
  # del st.session_state["threshold"]
154
- st.session_state['threshold'] = 0
155
 
156
 
157
  # Load model
 
151
 
152
  def reset_threshold():
153
  # del st.session_state["threshold"]
154
+ st.session_state['threshold'] = 0.0
155
 
156
 
157
  # Load model