Update .streamlit/config.toml
Browse files- .streamlit/config.toml +12 -6
.streamlit/config.toml
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
[theme]
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
font="sans serif"
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
port = 8501
|
| 4 |
+
address = "0.0.0.0"
|
| 5 |
+
enableCORS = false
|
| 6 |
+
enableXsrfProtection = false
|
| 7 |
+
|
| 8 |
[theme]
|
| 9 |
+
primaryColor = "#e63946"
|
| 10 |
+
backgroundColor = "#0E1117"
|
| 11 |
+
secondaryBackgroundColor = "#1a1a2e"
|
| 12 |
+
textColor = "#FAFAFA"
|
| 13 |
+
font = "sans serif"
|
|
|