sony9316 commited on
Commit
3064093
·
verified ·
1 Parent(s): 9db2212

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,4 +1,5 @@
1
- from fastapi.responses import HTMLResponse # add this import
 
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(