Update backend/app/asgi.py
Browse files- backend/app/asgi.py +2 -2
backend/app/asgi.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
"""
|
| 2 |
-
ASGI entry point for the Open
|
| 3 |
"""
|
| 4 |
import os
|
| 5 |
import uvicorn
|
|
@@ -65,7 +65,7 @@ logger = logging.getLogger("app")
|
|
| 65 |
|
| 66 |
# Create FastAPI application
|
| 67 |
app = FastAPI(
|
| 68 |
-
title="Open
|
| 69 |
version="1.0.0",
|
| 70 |
docs_url="/docs",
|
| 71 |
)
|
|
|
|
| 1 |
"""
|
| 2 |
+
ASGI entry point for the Open Medical LLM Leaderboard API.
|
| 3 |
"""
|
| 4 |
import os
|
| 5 |
import uvicorn
|
|
|
|
| 65 |
|
| 66 |
# Create FastAPI application
|
| 67 |
app = FastAPI(
|
| 68 |
+
title="Open Medical LLM Leaderboard",
|
| 69 |
version="1.0.0",
|
| 70 |
docs_url="/docs",
|
| 71 |
)
|