From ba94d56655d1e8a8daa2f41ce77ae121679e3da8 Mon Sep 17 00:00:00 2001 From: none Date: Fri, 23 Feb 2024 23:55:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D0=B1=D0=B0=D0=B3?= =?UTF-8?q?=D0=B0=20=D1=81=20=D0=B0=D0=B4=D1=80=D0=B5=D1=81=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2106c27..1a45f41 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ server.start() # Стартуем интерфейс -system("python -m streamlit run --server.address=0.0.0.0 interface.py") +system("python -m streamlit run --server.address=127.0.0.1 interface.py")