We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have searched for my problem in the Dash community forum. but it seems no any change when i try to change the favicon.
app.head = [ html.Link( href='https://www.google.com/favicon.ico', rel='icon' ), ]
After starting to run, the page source code is
<link rel="icon" type="image/x-icon" href="/_favicon.ico">
I add this code according to the tutorial on this page:#171
anyone here have the same problem?
The text was updated successfully, but these errors were encountered:
I haved solved this problem by #406
Sorry, something went wrong.
Issue 703 - Rename async modules (plotly#704)
6852769
Issue 703 - Rename async modules (#704)
67f3e1f
No branches or pull requests
Hi,
I have searched for my problem in the Dash community forum.
but it seems no any change when i try to change the favicon.
After starting to run, the page source code is
I add this code according to the tutorial on this page:#171
anyone here have the same problem?
The text was updated successfully, but these errors were encountered: