huathedev commited on
Commit
f1dc6be
·
1 Parent(s): e63c4dd

Update pages/01_Recommend_from_Song🎤.py

Browse files
pages/01_Recommend_from_Song🎤.py CHANGED
@@ -27,8 +27,6 @@ sp = spotipy.Spotify(
27
  Input a song title and the app will return recommendations as well as the features of the song.
28
 
29
  Data is obtained using the Python library [Spotipy](https://spotipy.readthedocs.io/en/2.18.0/) that uses [Spotify Web API.](https://developer.spotify.com/documentation/web-api/)
30
-
31
- Update: I am having issues with the Spotify API when hosting the app here on HuggingFace Spaces. To see this page working, check out the updated app on [Streamlit Cloud](https://huayuansong-findsong-introduction-48cdz6.streamlit.app/Recommend_from_Song%F0%9F%8E%A4)
32
  """
33
  song = st.text_input("Enter a song title", value="Somebody Else")
34
  search = sp.search(q="track:" + song, type="track")
 
27
  Input a song title and the app will return recommendations as well as the features of the song.
28
 
29
  Data is obtained using the Python library [Spotipy](https://spotipy.readthedocs.io/en/2.18.0/) that uses [Spotify Web API.](https://developer.spotify.com/documentation/web-api/)
 
 
30
  """
31
  song = st.text_input("Enter a song title", value="Somebody Else")
32
  search = sp.search(q="track:" + song, type="track")