blazingbunny commited on
Commit
e65491a
·
verified ·
1 Parent(s): ab3dc2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ REDIRECT_URI = 'https://huggingface.co/spaces/blazingbunny/GSC-analytics/'
12
 
13
  # Load client secret JSON
14
  client_secret_data = json.loads(CLIENT_SECRET_JSON)
15
- CLIENT_SECRET = client_secret_data["client_secret"]
16
 
17
  # OAuth Configuration
18
  AUTHORIZATION_BASE_URL = 'https://accounts.google.com/o/oauth2/v2/auth'
 
12
 
13
  # Load client secret JSON
14
  client_secret_data = json.loads(CLIENT_SECRET_JSON)
15
+ CLIENT_SECRET = st.secrets["CLIENT_SECRET"]
16
 
17
  # OAuth Configuration
18
  AUTHORIZATION_BASE_URL = 'https://accounts.google.com/o/oauth2/v2/auth'