Displaying a logo on Dash navbar on a remote server

So the problem was that I needed to add

app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])

to the app declaration. Now it works!

1 Like