From 264a96c2fa0cfb0d4a55747c9ce3fee42f1b87cb Mon Sep 17 00:00:00 2001 From: ibevers Date: Mon, 24 Jun 2024 13:51:01 -0400 Subject: [PATCH] Ensure streamlit only runs on localhost --- .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..dffd7e2 --- /dev/null +++ b/.streamlit/config.toml @@ -0,0 +1,2 @@ +[server] +address = "localhost" \ No newline at end of file