Spaces:
Sleeping
Sleeping
| # .streamlit/secrets.toml | |
| SUPABASE_URL = "your_supabase_url_here" | |
| SUPABASE_KEY = "your_supabase_anon_key_here" | |
| GEMINI_API_KEY = "your_gemini_api_key_here" | |
| GDRIVE_FOLDER_ID = "your_gdrive_folder_id_here" | |
| # Contents of your google-credentials.json | |
| [gcp_service_account] | |
| type = "service_account" | |
| project_id = "..." | |
| private_key_id = "..." | |
| private_key = "..." | |
| client_email = "..." | |
| client_id = "..." | |
| auth_uri = "https://accounts.google.com/o/oauth2/auth" | |
| token_uri = "https://oauth2.googleapis.com/token" | |
| auth_provider_x509_cert_url = "https://www.googleapis.com/oauth2/v1/certs" | |
| client_x509_cert_url = "..." | |