Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ositoMalvado committed Jul 25, 2024
1 parent f3b3558 commit 6675641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


def main(page: ft.Page):
page.add(ft.SafeArea(ft.Text("Hello, Flet!")))
page.add(ft.SafeArea(ft.Text("Te amo ana")))


ft.app(main, view=ft.WEB_BROWSER)

0 comments on commit 6675641

Please sign in to comment.