Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def app():
|
|
51 |
'redirect_uri': REDIRECT_URI,
|
52 |
'scope': 'user-read-private', # Modify as per your required scopes
|
53 |
}
|
54 |
-
st.code(st.session_state)
|
55 |
st.write('Please log in to Spotify')
|
56 |
st.markdown(f"[Log In]({AUTH_URL}?{urlencode(auth_params)})", unsafe_allow_html=True)
|
57 |
else:#
|
|
|
51 |
'redirect_uri': REDIRECT_URI,
|
52 |
'scope': 'user-read-private', # Modify as per your required scopes
|
53 |
}
|
|
|
54 |
st.write('Please log in to Spotify')
|
55 |
st.markdown(f"[Log In]({AUTH_URL}?{urlencode(auth_params)})", unsafe_allow_html=True)
|
56 |
else:#
|