Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidkh
/
medibot
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a188e11
medibot
/
db.py
abidkh
...
a188e11
about 1 month ago
raw
Copy download link
history
blame
Safe
104 Bytes
import
psycopg2
import
os
def
init_connection
():
return
psycopg2.connect(os.environ[
"DB_CONNECT"
])