Duv / streamlit /config.toml
akshit4857's picture
Update streamlit/config.toml
66b8862 verified
raw
history blame contribute delete
216 Bytes
[server]
enableXsrfProtection = false
enableCORS = false
[theme]
base = "light"
primaryColor = "#FF4B4B"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F8F9FA"
textColor = "#31333F"
font = "sans serif"
```