E-slam's picture
Update main.py
33e3cfa verified
raw
history blame
151 Bytes
import flet as ft
import flet_fastapi
async def main (page:ft.Page):
await page.add_async(ft.ElevatedButton("hi"))
app =flet_fastapi.app(main)