From 902547d99f58366c6db2a0225f18d909896839e5 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 12 May 2026 07:33:04 +1000 Subject: [PATCH] chore: untrack machine-specific streamlit config --- .gitignore | 1 + .streamlit/config.toml | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 .streamlit/config.toml diff --git a/.gitignore b/.gitignore index e41751e..c1c373e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ftp_config.json ftp_accounts.json *.docx *.pyo +.streamlit/config.toml \ No newline at end of file diff --git a/.streamlit/config.toml b/.streamlit/config.toml deleted file mode 100644 index 3b44064..0000000 --- a/.streamlit/config.toml +++ /dev/null @@ -1,11 +0,0 @@ -[theme] -base = "light" -primaryColor = "#2E75B6" -backgroundColor = "#ffffff" -secondaryBackgroundColor = "#f0f2f6" -textColor = "#1a1a1a" -font = "sans serif" - -[server] -address = "127.0.0.1" -port = 8501