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