From 9d007563ca4ce01571ff15f06b420fd9d6bb260e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20G=C3=B3mez?= Date: Fri, 19 Jun 2026 14:58:28 +0200 Subject: [PATCH] Set Streamlit dashboard port to 15001 Co-Authored-By: Claude Sonnet 4.6 --- .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..8076643 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[server] +port = 15001