VidSimplify / .streamlit /config.toml
Adityahulk
adding streamlit config for huugingface deployment
7fe8bc4
[server]
port = 7860
address = "0.0.0.0"
enableCORS = true
enableXsrfProtection = false
maxUploadSize = 50
fileWatcherType = "none"
[browser]
gatherUsageStats = false
[theme]
# Keep the dark theme consistent
primaryColor = "#818cf8"
backgroundColor = "#0a0a1a"
secondaryBackgroundColor = "#14142d"
textColor = "#e0e0ff"