Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
|
2 |
-
from fastapi import FastAPI, Depends, HTTPException, Request, Form, status
|
3 |
from fastapi.responses import RedirectResponse, HTMLResponse
|
4 |
from fastapi.responses import JSONResponse
|
5 |
from fastapi.templating import Jinja2Templates
|
|
|
1 |
|
2 |
+
from fastapi import FastAPI, Depends, HTTPException, Request, Form, status, Header
|
3 |
from fastapi.responses import RedirectResponse, HTMLResponse
|
4 |
from fastapi.responses import JSONResponse
|
5 |
from fastapi.templating import Jinja2Templates
|