Spaces:
Sleeping
Sleeping
Commit
·
beba0fc
1
Parent(s):
0a974f2
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def add_youtube_links(recommendations, api_key):
|
|
38 |
return recommendations_with_links
|
39 |
|
40 |
def recommend_with_youtube_links(song_name, artist_name):
|
41 |
-
api_key = "
|
42 |
recommendations = recommend_song_interface(song_name, artist_name)
|
43 |
recommendations_with_links = add_youtube_links(recommendations, api_key)
|
44 |
return recommendations_with_links
|
|
|
38 |
return recommendations_with_links
|
39 |
|
40 |
def recommend_with_youtube_links(song_name, artist_name):
|
41 |
+
api_key = "AIzaSyDbFoLGrTyKniUazhxy8atCTgRXKVJ0EvM"
|
42 |
recommendations = recommend_song_interface(song_name, artist_name)
|
43 |
recommendations_with_links = add_youtube_links(recommendations, api_key)
|
44 |
return recommendations_with_links
|