Spaces:
Sleeping
Sleeping
| ## 📁 **.streamlit/config.toml** | |
| ```toml | |
| [theme] | |
| primaryColor = "#1DB954" | |
| backgroundColor = "#FFFFFF" | |
| secondaryBackgroundColor = "#F0F2F6" | |
| textColor = "#262730" | |
| [server] | |
| headless = true | |
| port = 7860 | |
| enableCORS = false | |
| enableXsrfProtection = false |