Spaces:
Running
Running
File size: 517 Bytes
36cd8a7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# 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" |