Фикс бага с адресом

This commit is contained in:
none
2024-02-23 23:55:46 +03:00
parent 83f41a977b
commit ba94d56655
+1 -1
View File
@@ -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")