diff --git a/app/assets/favicon.ico b/app/assets/favicon.ico new file mode 100644 index 0000000..9b84e58 Binary files /dev/null and b/app/assets/favicon.ico differ diff --git a/app/main.py b/app/main.py index fd0ae34..ac74e77 100644 --- a/app/main.py +++ b/app/main.py @@ -31,6 +31,7 @@ # We start by instantiating the app (NB: did not try to look for other stylesheets yet) app = dash.Dash(__name__, external_stylesheets=[dbc.themes.UNITED]) +app.title = 'Pyronear - Monitoring platform' app.config.suppress_callback_exceptions = True server = app.server