Files
daily-counter/.streamlit/config.toml
John Ahlroos da7e881311
Some checks failed
Build & Release / build-docker-image (push) Failing after 3m15s
Build & Release / deploy-to-production (push) Has been skipped
Initial import
2026-04-06 20:32:01 +02:00

23 lines
319 B
TOML

[server]
port = 8501
address = "0.0.0.0"
[browser]
gatherUsageStats = false
[logger]
level = "info"
[client]
toolbarMode = "viewer"
showSidebarNavigation = false
[theme]
base="light"
backgroundColor = "#eee"
secondaryBackgroundColor = "#fff"
primaryColor = "black"
baseRadius = "none"
[runner]
magicEnabled = false