yfischer commited on
Commit
36a4eaa
·
verified ·
1 Parent(s): cf3093a

Update DEL_analyzer.py

Browse files
Files changed (1) hide show
  1. DEL_analyzer.py +1 -1
DEL_analyzer.py CHANGED
@@ -519,7 +519,7 @@ def main():
519
  fp_list = [str(x) for x in fpdict]
520
  st.session_state.fingerprint = st.selectbox('Select Fingerprint', fp_list)
521
 
522
- st.session_state.threshold = 0.65
523
  st.write("The default threshold is 0.65")
524
  #st.session_state.threshold = st.slider('Adjust threshold', 0.0, 1.0, 0.65)
525
 
 
519
  fp_list = [str(x) for x in fpdict]
520
  st.session_state.fingerprint = st.selectbox('Select Fingerprint', fp_list)
521
 
522
+ st.session_state.threshold = 0.35
523
  st.write("The default threshold is 0.65")
524
  #st.session_state.threshold = st.slider('Adjust threshold', 0.0, 1.0, 0.65)
525