from nicegui import ui def main_demo() -> None: ui.label('page with custom title') # ui.run(title='My App')