Update main.py
Browse files
main.py
CHANGED
@@ -59,6 +59,7 @@ async def root():
|
|
59 |
|
60 |
|
61 |
app = FastAPI(
|
|
|
62 |
title="OpenGenAI",
|
63 |
description="Your Excellect AI Physician")
|
64 |
|
|
|
59 |
|
60 |
|
61 |
app = FastAPI(
|
62 |
+
docs_url="/",
|
63 |
title="OpenGenAI",
|
64 |
description="Your Excellect AI Physician")
|
65 |
|