import flet as ft import flet_fastapi def main (page:ft.Page): page.add(ft.ElevatedButton("hi")) ft.app(main,view='web_browser')