add file
Browse files- counter.py +1 -1
counter.py
CHANGED
@@ -26,4 +26,4 @@ def main(page: ft.Page):
|
|
26 |
)
|
27 |
)
|
28 |
|
29 |
-
|
|
|
26 |
)
|
27 |
)
|
28 |
|
29 |
+
ft.app(target=main, view=ft.AppView.WEB_BROWSER, host="0.0.0.0", port=7860)
|