From d9a4f215f7f8add5b60443c698de0db0b6a7bbcd Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Wed, 17 Sep 2025 09:43:11 +0300 Subject: [PATCH] add host --- client/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.py b/client/main.py index f2bb726..1b5f50d 100644 --- a/client/main.py +++ b/client/main.py @@ -46,5 +46,6 @@ ft.app( assets_dir="assets", upload_dir="uploads", view=ft.WEB_BROWSER, - port=5555 + port=5555, + host="0.0.0.0" ) \ No newline at end of file