Replies: 1 comment
-
Please see a solution here: #703 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
import flet as ft
from flet import *
class TabDemo(UserControl):
def main(page: ft.Page):
ft.app(target=main)
Beta Was this translation helpful? Give feedback.
All reactions