Add1E commited on
Commit
1971b23
·
1 Parent(s): 5597931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ def app():
50
  'redirect_uri': REDIRECT_URI,
51
  'scope': 'user-read-private', # Modify as per your required scopes
52
  }
53
- st.code(st.session_state)
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:#
 
50
  'redirect_uri': REDIRECT_URI,
51
  'scope': 'user-read-private', # Modify as per your required scopes
52
  }
 
53
  st.write('Please log in to Spotify')
54
  st.markdown(f"[Log In]({AUTH_URL}?{urlencode(auth_params)})", unsafe_allow_html=True)
55
  else:#