Update app.py
Browse files
app.py
CHANGED
|
@@ -91,8 +91,8 @@ def obtener_info_artista(artista_id, token):
|
|
| 91 |
# Funci贸n principal de la interfaz
|
| 92 |
def interface(query, num_spotify_playlists=50, project_name="Proyecto"):
|
| 93 |
# Obtener tokens y claves
|
| 94 |
-
client_id = '
|
| 95 |
-
client_secret = '
|
| 96 |
|
| 97 |
# Spotify
|
| 98 |
token_spotify = obtener_token(client_id, client_secret)
|
|
|
|
| 91 |
# Funci贸n principal de la interfaz
|
| 92 |
def interface(query, num_spotify_playlists=50, project_name="Proyecto"):
|
| 93 |
# Obtener tokens y claves
|
| 94 |
+
client_id = ''
|
| 95 |
+
client_secret = ''
|
| 96 |
|
| 97 |
# Spotify
|
| 98 |
token_spotify = obtener_token(client_id, client_secret)
|