E-slam's picture
Update app.py
ba322a2 verified
raw
history blame
137 Bytes
import flet as ft
import flet_fastapi
def main (page:ft.Page):
page.add(ft.ElevatedButton("hi"))
ft.app(main,view='web_browser')