-
-
Notifications
You must be signed in to change notification settings - Fork 628
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some reason I can't get favicon to show in my app #4099
Comments
Are you absolutely sure that there is a Btw: this is the code which determines the favicon url Lines 26 to 44 in 9c7a40e
So you either need to provide the full remote url or use the file location. |
Hey Happy new year guys, my test is env is very simple
in main.py, try to use the rocketicon.png file as favicon what wrong with my env or code? thank you |
Description
This code demonstrates the problem with favicon:
static.zip
It only works with the
ui.html(...)
line un-commented.The
@ui.page
andui.run
seem to ignore the faviconI have added several favicon files I have tried, in case these could be the issue.
I'm probably missing something...
Please help solving this mystery,
Thank you
The text was updated successfully, but these errors were encountered: