Spaces:
Build error
Build error
Wisdom Chen
commited on
Create config.toml
Browse files- .streamlit/config.toml +9 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableCORS = false
|
3 |
+
enableXsrfProtection = false
|
4 |
+
|
5 |
+
[theme]
|
6 |
+
primaryColor = "#1e3d59"
|
7 |
+
backgroundColor = "#f5f7fa"
|
8 |
+
secondaryBackgroundColor = "#e8edf2"
|
9 |
+
textColor = "#1e3d59"
|