Update app/app.py
Browse files- app/app.py +1 -0
app/app.py
CHANGED
@@ -17,6 +17,7 @@ async def lifespan(app: FastAPI):
|
|
17 |
#app = FastAPI(lifespan=lifespan)
|
18 |
|
19 |
app = FastAPI(
|
|
|
20 |
title="OpenGenAI",
|
21 |
description="Your Excellect AI Physician",
|
22 |
lifespan=lifespan
|
|
|
17 |
#app = FastAPI(lifespan=lifespan)
|
18 |
|
19 |
app = FastAPI(
|
20 |
+
docs_url="/",
|
21 |
title="OpenGenAI",
|
22 |
description="Your Excellect AI Physician",
|
23 |
lifespan=lifespan
|