How can change html title?

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

1 Like

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'

9 Likes

thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!

1 Like

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.

1 Like