Increases copbird title to H1

This commit is contained in:
procrastimax 2023-06-23 18:41:26 +02:00
parent cfb7d57a81
commit 19d21c91ee
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -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,