mouadenna commited on
Commit
fe1ceaf
·
verified ·
1 Parent(s): 74cc41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -183,14 +183,14 @@ def main():
183
  st.write("File uploaded successfully!")
184
 
185
  threshold= st.slider(
186
- 'Select a float value',
187
  min_value=0.1,
188
  max_value=0.9,
189
  value=0.5,
190
  step=0.05
191
  )
192
  overlap= st.slider(
193
- 'Select a float value',
194
  min_value=50,
195
  max_value=150,
196
  value=100,
 
183
  st.write("File uploaded successfully!")
184
 
185
  threshold= st.slider(
186
+ 'Select the value of the threshold',
187
  min_value=0.1,
188
  max_value=0.9,
189
  value=0.5,
190
  step=0.05
191
  )
192
  overlap= st.slider(
193
+ 'Select the value of overlap',
194
  min_value=50,
195
  max_value=150,
196
  value=100,