Skip to content

Commit 03bc57c

Browse files
Merge pull request #279 from nickcanz/add_page_title_and_favicon
Add page title and favicon
2 parents 4a8077e + 5bc2310 commit 03bc57c

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)