Files
daily-counter/.streamlit/config.toml
John Ahlroos c14a86b190
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m51s
Build & Release / deploy-to-production (push) Successful in 8s
Add PWA manifest and SW
2026-04-10 21:08:45 +02:00

25 lines
372 B
TOML

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