lingbionlp commited on
Commit
7659c77
1 Parent(s): 78574a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ with st.form(key="my_form"):
137
  para_threshold = st.slider(
138
  "Threshold",
139
  min_value=0.5,
140
- max_value=0.95,
141
  value=0.95,
142
  step=0.05,
143
  help="Retrun the preditions which socre over the threshold.",
 
137
  para_threshold = st.slider(
138
  "Threshold",
139
  min_value=0.5,
140
+ max_value=1.0,
141
  value=0.95,
142
  step=0.05,
143
  help="Retrun the preditions which socre over the threshold.",