CoolFace
Apppublic

ahmedmiloudi/BioTechLabAI

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
1likes
config.toml22 linesDownload Raw Back to root
1[server]2# Enable serving static files (required for PWA)3enableStaticServing = true4enableXsrfProtection = false5 6# Port configuration7port = 85018headless = true9 10[browser]11# Disable analytics12gatherUsageStats = false13serverAddress = "0.0.0.0"14 15[theme]16# Optional: Custom theme matching your app17primaryColor = "#667eea"18backgroundColor = "#ffffff"19secondaryBackgroundColor = "#f0f2f6"20textColor = "#262730"21font = "sans serif"22