sjw commited on
Commit
fd79f32
·
1 Parent(s): 325aa06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def spotify_auth(client_id, client_secret, code=None):
173
  return "Login Successful"
174
  else:
175
  auth_url = auth_manager.get_authorize_url()
176
- return f'<p>Please authorize the app by clicking <a href="{auth_url}">here</a> and then paste the code below.</p>'
177
 
178
 
179
  def gradio_interface():
 
173
  return "Login Successful"
174
  else:
175
  auth_url = auth_manager.get_authorize_url()
176
+ return f"Please authorize the app by clicking [here]({auth_url}) and then paste the code below."
177
 
178
 
179
  def gradio_interface():