E-slam's picture
Update app.py
6cbcae9 verified
raw
history blame
152 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)