mood2music / config.toml
KilgorePennington's picture
Create config.toml
aacc322 verified
raw
history blame contribute delete
248 Bytes
## 📁 **.streamlit/config.toml**
```toml
[theme]
primaryColor = "#1DB954"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F2F6"
textColor = "#262730"
[server]
headless = true
port = 7860
enableCORS = false
enableXsrfProtection = false