I’m a novice, looking at the document, but I don’t understand how to modify the title in the head part of HTML.
Who can tell me what to see?
Thanks
I’m a novice, looking at the document, but I don’t understand how to modify the title in the head part of HTML.
Who can tell me what to see?
Thanks
i know use php and css js. but in Dash i don’t know do anything…
i think Dash is great.i want know it
You can set the title of your Dash app like this:
app.title = 'My Title'
thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!
how can I make it BOLD letters ,and also add an image in the tile , can you please help me out this?
As far as I know, you can’t add meta tags to an HTML Title. They’re always plain text. You can change the favicon
by adding a folder in the same directory as your dash.py
file and adding a favicon.ico
image to this folder. You can create a .ico image with this website: image_to_ico/
There is another way to figure it out.
You can create a folder named assets and put your favicon.ico in that folder.
Then you get what you want.