Daniel Cerda Escobar commited on
Commit
1fc6f1f
·
1 Parent(s): 7520ea1

Update app file

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with col2:
70
  st.markdown('#### Set model parameters')
71
  postprocess_match_threshold = st.slider(
72
  label = 'Select confidence threshold',
73
- min_value = 0,
74
- max_value = 1,
75
  value = 0.8,
76
  step = 0.05
77
  )
 
70
  st.markdown('#### Set model parameters')
71
  postprocess_match_threshold = st.slider(
72
  label = 'Select confidence threshold',
73
+ min_value = 0.0,
74
+ max_value = 1.0,
75
  value = 0.8,
76
  step = 0.05
77
  )