Add1E commited on
Commit
2f52033
·
1 Parent(s): 7998f7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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:#