Plsek commited on
Commit
8ed0f4d
·
1 Parent(s): 574acaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ if uploaded_file is not None:
146
  y_pred += pred / 4
147
 
148
  with colB:
149
- threshold = st.slider("", 0.0, 1.0, 0.5, 0.05, label_visibility="hidden")
150
 
151
  # Thresholding
152
  y_pred = np.where(y_pred > threshold, y_pred, 0)
 
146
  y_pred += pred / 4
147
 
148
  with colB:
149
+ threshold = st.slider("", 0.0, 1.0, 0.4, 0.05, label_visibility="hidden")
150
 
151
  # Thresholding
152
  y_pred = np.where(y_pred > threshold, y_pred, 0)