Spaces:
Sleeping
Sleeping
Commit ·
82d48fc
1
Parent(s): beba0fc
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 = "AIzaSyAp-D7Mfafd6gJQo2gtAXRXwDlG8_uNXnU"
|
| 42 |
recommendations = recommend_song_interface(song_name, artist_name)
|
| 43 |
recommendations_with_links = add_youtube_links(recommendations, api_key)
|
| 44 |
return recommendations_with_links
|