Changes default nav page to intro

This commit is contained in:
procrastimax 2023-07-12 15:09:12 +02:00
parent 8787366ed4
commit 87bcd95e84
1 changed files with 1 additions and 1 deletions

2
app.py
View File

@ -43,7 +43,7 @@ app_ui = ui.page_navbar(
),
align="right",
),
selected="search_engine",
selected="intro",
fluid=False,
title=ui.div(ui.img(src="favicon.ico", width="75dpi", height="75dpi"),
ui.h1("Copbird")),