Skip to content

Commit 5bc2310

Browse files
author
Nick Canzoneri
committed
Add page title and favicon
1 parent 264e40a commit 5bc2310

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/assets/favicon.ico

822 Bytes
Binary file not shown.

src/dash_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
external_scripts=body.external_scripts,
3131
)
3232
app.layout = body.html
33+
app.title = 'Penn Medicine CHIME'
3334
server = app.server
3435

3536
@app.callback(body.callback_outputs, list(body.callback_inputs.values()))

0 commit comments

Comments
 (0)