Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableXsrfProtection = false
|
3 |
+
enableCORS = false
|
4 |
+
|
5 |
+
[theme]
|
6 |
+
primaryColor = "#FF4B4B"
|
7 |
+
backgroundColor = "#FFFFFF"
|
8 |
+
secondaryBackgroundColor = "#F0F2F6"
|
9 |
+
textColor = "#262730"
|
10 |
+
font = "sans serif"
|