summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'index.py')
-rw-r--r--index.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.py b/index.py
index f309978..7c5df2e 100644
--- a/index.py
+++ b/index.py
@@ -49,6 +49,9 @@ app.layout = html.Div([
# Expose Server for Deployment
server = app.server
+# Set app title
+app.title = 'bwLehrpool Stats'
+
@app.callback(Output('page-content', 'children'),
[Input('url', 'pathname')])
def display_page(pathname):