Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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'
|