Files
daily-counter/.streamlit/config.toml

25 lines
372 B
TOML
Raw Normal View History

2026-03-31 19:09:37 +02:00
[server]
port = 8501
address = "0.0.0.0"
2026-04-10 21:08:45 +02:00
enableStaticServing = true
2026-03-31 19:09:37 +02:00
[browser]
gatherUsageStats = false
[logger]
level = "info"
2026-04-10 21:08:45 +02:00
hideWelcomeMessage = true
2026-03-31 19:09:37 +02:00
[client]
toolbarMode = "viewer"
showSidebarNavigation = false
[theme]
base="light"
backgroundColor = "#eee"
secondaryBackgroundColor = "#fff"
primaryColor = "black"
baseRadius = "none"
[runner]
magicEnabled = false