Spaces:
Sleeping
Sleeping
Lincoln Gombedza commited on
Add Streamlit server config
Browse files- .streamlit/config.toml +15 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
port = 8501
|
| 4 |
+
enableCORS = false
|
| 5 |
+
enableXsrfProtection = false
|
| 6 |
+
|
| 7 |
+
[browser]
|
| 8 |
+
gatherUsageStats = false
|
| 9 |
+
|
| 10 |
+
[theme]
|
| 11 |
+
primaryColor = "#0d9488"
|
| 12 |
+
backgroundColor = "#ffffff"
|
| 13 |
+
secondaryBackgroundColor = "#f8fafc"
|
| 14 |
+
textColor = "#1e293b"
|
| 15 |
+
font = "sans serif"
|