Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yozora721
/
pnp-chatbot-v1
like
1
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
27232ee
pnp-chatbot-v1
/
app
/
db.py
FauziIsyrinApridal
Initial commit without binary files
ea1ba01
3 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
from
supabase
import
create_client
from
app.config
import
Config
supabase = create_client(Config.SUPABASE_URL, Config.SUPABASE_KEY)