Spaces:
Runtime error
Runtime error
typo
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ placeholder = st.empty()
|
|
| 103 |
with st.sidebar:
|
| 104 |
st.text("App settings")
|
| 105 |
filter_threshold = st.slider(
|
| 106 |
-
"
|
| 107 |
min_value=0.0,
|
| 108 |
max_value=1.0,
|
| 109 |
value=0.8,
|
|
|
|
| 103 |
with st.sidebar:
|
| 104 |
st.text("App settings")
|
| 105 |
filter_threshold = st.slider(
|
| 106 |
+
"Threshold used to filter out low scoring songs",
|
| 107 |
min_value=0.0,
|
| 108 |
max_value=1.0,
|
| 109 |
value=0.8,
|