Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
-
from fastapi
|
|
|
|
| 2 |
|
| 3 |
# Move Swagger away from /docs so we can serve our own page there
|
| 4 |
app = FastAPI(
|
|
|
|
| 1 |
+
from fastapi import FastAPI
|
| 2 |
+
from fastapi.responses import HTMLResponse
|
| 3 |
|
| 4 |
# Move Swagger away from /docs so we can serve our own page there
|
| 5 |
app = FastAPI(
|