moriire commited on
Commit
8e20210
·
verified ·
1 Parent(s): dd05653

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -18,7 +18,7 @@ async def lifespan(app: FastAPI):
18
 
19
  app = FastAPI(
20
  docs_url="/",
21
- title="OpenGenAI",
22
  description="Your Excellect AI Physician",
23
  lifespan=lifespan
24
  )
 
18
 
19
  app = FastAPI(
20
  docs_url="/",
21
+ title="MedAI",
22
  description="Your Excellect AI Physician",
23
  lifespan=lifespan
24
  )