Spaces:
Running
Running
Create streamlit/config.toml
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 |
+
[theme]
|
8 |
+
primaryColor = "#4CAF50"
|
9 |
+
backgroundColor = "#1E1E1E"
|
10 |
+
secondaryBackgroundColor = "#2D2D2D"
|
11 |
+
textColor = "#FFFFFF"
|
12 |
+
font = "sans serif"
|
13 |
+
|
14 |
+
[client]
|
15 |
+
showErrorDetails = false
|