diff --git a/src/app.py b/src/app.py index 79a8aee..902a355 100644 --- a/src/app.py +++ b/src/app.py @@ -15,12 +15,23 @@ app = FastAPI( openapi_url=None # Disable OpenAPI JSON schema ) +STYLES = """ + +""" @app.get("/register", response_class=HTMLResponse) async def register_form(): - return """ + return f""" -