summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Metzger2020-05-28 22:26:32 +0200
committerLukas Metzger2020-05-28 22:26:32 +0200
commit95eba2cc2c1d02f7b9be049af80747a2dee598b0 (patch)
treeffbc00412db899431ede100afb8f92b5d4e6fb1e
parentRead config from file (diff)
downloadbwlp-statistics-95eba2cc2c1d02f7b9be049af80747a2dee598b0.tar.gz
bwlp-statistics-95eba2cc2c1d02f7b9be049af80747a2dee598b0.tar.xz
bwlp-statistics-95eba2cc2c1d02f7b9be049af80747a2dee598b0.zip
Added website title
-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):