Francesco commited on
Commit
e2dbbeb
1 Parent(s): db8b252
Files changed (1) hide show
  1. app.py +1 -1
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
- "Threadhol used to filter out low scoring songs",
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,