Spaces:
Sleeping
Sleeping
File size: 330 Bytes
cca2050 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[server]
port = 8501
address = "0.0.0.0"
headless = true
enableCORS = false
maxUploadSize = 200
enableXsrfProtection = false
[browser]
gatherUsageStats = false
[runner]
fastReruns = true
[theme]
primaryColor = "#2196F3"
backgroundColor = "#FFFFFF"
secondaryBackgroundColor = "#F0F2F6"
textColor = "#262730"
font = "sans serif"
|