Mthrfkr commited on
Commit
6642a64
verified
1 Parent(s): a1039fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = '2d9750e2b9cb4c679fa5560be04f129e'
95
- client_secret = 'd385540f74924efeb2f5c5f531dc193a'
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)