update favicon

pull/3061/head
Vladimir Mandic 2024-04-06 15:17:54 -04:00
parent a44cedec0a
commit b1e6a81bef
3 changed files with 19 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

17
html/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@ -263,7 +263,8 @@ def start_ui():
max_threads=64,
show_api=False,
quiet=True,
favicon_path='html/logo.ico',
# favicon_path='html/logo.ico',
favicon_path='html/favicon.svg',
allowed_paths=allowed_paths,
app_kwargs=fastapi_args,
_frontend=True and cmd_opts.share,