From 195b597185cdb4d89d66ce16de226d307d81653d Mon Sep 17 00:00:00 2001 From: Anthony Byrne Date: Fri, 17 Jun 2022 13:10:19 -0400 Subject: [PATCH] Set webpage title --- wsgi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wsgi.py b/wsgi.py index ee469b8..f6c5e5b 100644 --- a/wsgi.py +++ b/wsgi.py @@ -13,6 +13,7 @@ app = Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP]) application = app.server +app.title = "OSD Alert Analysis" def get_navbar(since, until, max_date, region):