Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
32 |
print(f"HF_TOKEN loaded: {'*' * len(HF_TOKEN) if HF_TOKEN else 'None'}")
|
33 |
SHEET_ID = "19ipxC2vHYhpXCefpxpIkpeYdI43a1Ku2kYwecgUULIw"
|
34 |
# Use userdata.get() for Google Credentials
|
35 |
-
GOOGLE_BASE64_CREDENTIALS = os.
|
36 |
|
37 |
# Get the API key from Space Secrets
|
38 |
# Make sure this matches the name you used in Hugging Face Space Secrets
|
|
|
32 |
print(f"HF_TOKEN loaded: {'*' * len(HF_TOKEN) if HF_TOKEN else 'None'}")
|
33 |
SHEET_ID = "19ipxC2vHYhpXCefpxpIkpeYdI43a1Ku2kYwecgUULIw"
|
34 |
# Use userdata.get() for Google Credentials
|
35 |
+
GOOGLE_BASE64_CREDENTIALS = os.getenv("GOOGLE_BASE64_CREDENTIALS")
|
36 |
|
37 |
# Get the API key from Space Secrets
|
38 |
# Make sure this matches the name you used in Hugging Face Space Secrets
|