Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Persano
/
refomap_adm
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e983873
refomap_adm
/
supabase_client.py
Persano
Update supabase_client.py
f9412c6
verified
3 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
from
supabase
import
create_client
import
os
url = os.getenv(
"SUPABASE_URL"
)
key = os.getenv(
"SUPABASE_SERVICE_ROLE_KEY"
)
supabase = create_client(url, key)