askveracity / .streamlit /config.toml
ankanghosh's picture
Upload 2 files
36cd8a7 verified
raw
history blame contribute delete
517 Bytes
# Streamlit theme configuration
# Note: These theme settings apply to local development only.
# When deployed to Hugging Face Spaces, the theme will be determined by
# the 'colorFrom'/'colorTo' settings in the README.md file.
[theme]
primaryColor = "#5867FF" # Local button color
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F2F6"
textColor = "#262730"
font = "sans serif"
# Server configuration
[server]
enableCORS = false
enableXsrfProtection = true
# Logger configuration
[logger]
level = "info"