Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +12 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
port = 8501
|
4 |
+
enableCORS = false
|
5 |
+
|
6 |
+
[theme]
|
7 |
+
base = "light"
|
8 |
+
primaryColor = "#ffbc00"
|
9 |
+
backgroundColor = "#000000"
|
10 |
+
secondaryBackgroundColor = "#f9f9f9"
|
11 |
+
textColor = "#000000"
|
12 |
+
font = "serif"
|