Spaces:
Runtime error
Runtime error
MohitGupta41 commited on
Commit ·
5afe3ac
1
Parent(s): a9b374e
DB Problem Solved
Browse files- Src/api/fastapi_app.py +1 -1
Src/api/fastapi_app.py
CHANGED
|
@@ -247,7 +247,7 @@ def read_root():
|
|
| 247 |
|
| 248 |
Returns a welcome message.
|
| 249 |
"""
|
| 250 |
-
return {"message": "Welcome to My Awesome
|
| 251 |
"OWNER": "MOHIT GUPTA",
|
| 252 |
"Purpose": "THIS API IS BACKEND FASTAPI FOR AGENTIC MEDICAL AI BOT."}
|
| 253 |
|
|
|
|
| 247 |
|
| 248 |
Returns a welcome message.
|
| 249 |
"""
|
| 250 |
+
return {"message": "Welcome to My Awesome Backend FastAPI Application!",
|
| 251 |
"OWNER": "MOHIT GUPTA",
|
| 252 |
"Purpose": "THIS API IS BACKEND FASTAPI FOR AGENTIC MEDICAL AI BOT."}
|
| 253 |
|