rxxnzz commited on
Commit
2472dbd
·
verified ·
1 Parent(s): 5867037

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -36,10 +36,6 @@ if "num_rec" not in st.session_state:
36
  if 'rs' not in st.session_state:
37
  st.session_state.rs = songs_recommendation(['Love Story'], df, st.session_state.num_rec)
38
 
39
- with st.sidebar:
40
-
41
- with st.expander('⚙️ Setting'):
42
- num_rec = st.slider('Number of Recommendations', min_value=1, max_value=10, value=st.session_state.num_rec)
43
 
44
  with st.spinner("Loading..."):
45
  st.write('Your Song')
 
36
  if 'rs' not in st.session_state:
37
  st.session_state.rs = songs_recommendation(['Love Story'], df, st.session_state.num_rec)
38
 
 
 
 
 
39
 
40
  with st.spinner("Loading..."):
41
  st.write('Your Song')