Spaces:
Sleeping
Sleeping
Update .streamlit
Browse files- .streamlit +6 -5
.streamlit
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
[theme]
|
2 |
-
|
3 |
-
backgroundColor = "#FFFFFF"
|
4 |
-
secondaryBackgroundColor = "#F0F2F6"
|
5 |
-
textColor = "#262730"
|
6 |
-
font = "sans serif"
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
port = $PORT
|
4 |
+
enableCORS = false
|
5 |
+
|
6 |
[theme]
|
7 |
+
base="light"
|
|
|
|
|
|
|
|