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

Update backend/app/main.py

Browse files
Files changed (1) hide show
  1. backend/app/main.py +1 -1
backend/app/main.py CHANGED
@@ -6,7 +6,7 @@ import logging
6
  setup_logging()
7
  logger = logging.getLogger(__name__)
8
 
9
- app = FastAPI(title="Open Greek Financial LLM Leaderboard API")
10
 
11
  @app.on_event("startup")
12
  async def startup_event():
 
6
  setup_logging()
7
  logger = logging.getLogger(__name__)
8
 
9
+ app = FastAPI(title="Open Medical LLM Leaderboard API")
10
 
11
  @app.on_event("startup")
12
  async def startup_event():