diff --git a/icon.png b/favicon.png similarity index 100% rename from icon.png rename to favicon.png diff --git a/stand.py b/stand.py index 4671e60..f26e3da 100755 --- a/stand.py +++ b/stand.py @@ -120,7 +120,7 @@ def append(pgroup: PGroup, row: dict[str, Any]): app.include_router(router) -ui.run(title="stand", favicon="icon.png", fastapi_docs=True, dark=True, show=False) +ui.run(title="stand", favicon="favicon.png", fastapi_docs=True, dark=True, show=False)