Spaces:
Runtime error
Runtime error
import flet as ft | |
import flet_fastapi | |
async def main(page:ft.Page): | |
await page.add_async( | |
ft.Text('hei from flet huggingface', size=30, weight='bold') | |
) | |
app = flet_fastapi.app(main) |