Increases copbird title to H1
This commit is contained in:
parent
cfb7d57a81
commit
19d21c91ee
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -45,7 +45,7 @@ app_ui = ui.page_navbar(
|
|||
selected="intro",
|
||||
fluid=False,
|
||||
title=ui.div(ui.img(src="favicon.ico", width="75dpi", height="75dpi"),
|
||||
ui.h3("Copbird")),
|
||||
ui.h1("Copbird")),
|
||||
lang="de",
|
||||
window_title="Copbird",
|
||||
collapsible=True,
|
||||
|
|
Loading…
Reference in a new issue