Get rid of "Dash" tab labels?

Is there a way to get rid of the “Dash” text on my internet tabs?
image

put this in your app:
app.title = “Title”

There is an example on the forums to do this on a page-to-page basis:

1 Like

@NickL I have a multipage app and even passing app.Title=“Title” it shows Dash.

Any idea how to solve it?

For a multipage dash app I have deployed, app.title =“title” functions for me if I include it in my app.py file.

Just re-read your response. Check your case (should be lower case).

Nick

1 Like