Futuresony commited on
Commit
e026c89
·
verified ·
1 Parent(s): bc8f43a

Update app.py

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