Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import asyncpg
|
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
# PostgreSQL connection setup
|
| 8 |
-
DB_URL = "postgresql://
|
| 9 |
|
| 10 |
app = FastAPI()
|
| 11 |
|
|
|
|
| 5 |
from datetime import datetime
|
| 6 |
|
| 7 |
# PostgreSQL connection setup
|
| 8 |
+
DB_URL = "postgresql://brain_tumor_qhzg_user:denneCiODQcljrmEBjUFfIOWXaOsTtuu@dpg-d0apaopr0fns73cp87s0-a.oregon-postgres.render.com/brain_tumor_qhzg"
|
| 9 |
|
| 10 |
app = FastAPI()
|
| 11 |
|