Xueqing commited on
Commit
3fe1bdb
·
verified ·
1 Parent(s): 163a594

Update backend/app/asgi.py

Browse files
Files changed (1) hide show
  1. backend/app/asgi.py +2 -2
backend/app/asgi.py CHANGED
@@ -1,5 +1,5 @@
1
  """
2
- ASGI entry point for the Open Greek Financial LLM Leaderboard API.
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 Greek Financial LLM Leaderboard",
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
  )