ch-tseng commited on
Commit
a3d2a2b
·
1 Parent(s): 5489b52
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ model_type = st.sidebar.selectbox(
99
  index=models_list.index(qmodel) )
100
 
101
  confidence = float(st.sidebar.slider(
102
- "Select Model Confidence", 30, 100, 50)) / 100
103
 
104
  if model_type:
105
  st.header('{} Model Trial'.format(model_type),divider='rainbow')
 
99
  index=models_list.index(qmodel) )
100
 
101
  confidence = float(st.sidebar.slider(
102
+ "Select Model Confidence", 10, 100, 5)) / 100
103
 
104
  if model_type:
105
  st.header('{} Model Trial'.format(model_type),divider='rainbow')