Files
daily-counter/.streamlit/config.toml

23 lines
319 B
TOML
Raw Normal View History

2026-03-31 19:09:37 +02:00
[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