chore: untrack machine-specific streamlit config

This commit is contained in:
unknown
2026-05-12 07:33:04 +10:00
parent 62848079b3
commit 902547d99f
2 changed files with 1 additions and 11 deletions
+1
View File
@@ -8,3 +8,4 @@ ftp_config.json
ftp_accounts.json
*.docx
*.pyo
.streamlit/config.toml
-11
View File
@@ -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