From b30377e307d31adf19225e641889b8fe17869440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20G=C3=B3mez?= Date: Thu, 2 Jul 2026 13:54:25 +0200 Subject: [PATCH] Set Streamlit dashboard to listen on port 15002 --- .streamlit/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .streamlit/config.toml diff --git a/.streamlit/config.toml b/.streamlit/config.toml new file mode 100644 index 0000000..54e0313 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[server] +port = 15002