HycJack commited on
Commit
f2c3662
·
1 Parent(s): a2294a9
Files changed (1) hide show
  1. counter.py +1 -1
counter.py CHANGED
@@ -26,4 +26,4 @@ def main(page: ft.Page):
26
  )
27
  )
28
 
29
- flet.app(target=main, view=ft.AppView.WEB_BROWSER)
 
26
  )
27
  )
28
 
29
+ ft.app(target=main, view=ft.AppView.WEB_BROWSER, host="0.0.0.0", port=7860)