I’m not sure what might be going wrong with your example, but we have documented an official way to do this in our official user guide, see Adding CSS & JS and Overriding the Page-Load Template | Dash for Python Documentation | Plotly
1 Like
Thanks so much, I just added the favicon.ico file inside the assets folder and it worked.
2 Likes
To override the default favicon, you just need to put a favicon.ico
file in the assets folder.
See https://github.com/plotly/dash/pull/406
2 Likes