update
Browse files
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",
|
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')
|