Spaces:
Runtime error
Runtime error
Create config/config.toml
Browse files- config/config.toml +13 -0
config/config.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
enableCORS=false
|
4 |
+
enableXsrfProtection=false
|
5 |
+
port = 7860
|
6 |
+
|
7 |
+
[theme]
|
8 |
+
base = "light"
|
9 |
+
primaryColor = "#89CFF0"
|
10 |
+
backgroundColor = "#E0F7FE"
|
11 |
+
secondaryBackgroundColor = "#FFFCE4"
|
12 |
+
textColor = "#000000"
|
13 |
+
font = "sans serif"
|