first_app / .streamlit /config.toml
NikhilPatil's picture
Upload 23 files
f980dad verified
raw
history blame contribute delete
224 Bytes
[server]
headless = true
port = 8501
enableCORS = false
[theme]
base = "light"
primaryColor = "#00B86B"
backgroundColor = "#F0F2F6"
secondaryBackgroundColor = "#FFFFFF"
textColor = "#000000"
font = "sans serif"