Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,14 +183,14 @@ def main():
|
|
183 |
st.write("File uploaded successfully!")
|
184 |
|
185 |
threshold= st.slider(
|
186 |
-
'Select
|
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
|
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,
|