Files
daily-counter/.streamlit/config.toml

25 lines
373 B
TOML

[server]
port = 8501
address = "0.0.0.0"
enableStaticServing = false
[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