Spaces:
Runtime error
Runtime error
Upload config.toml
Browse files- config.toml +11 -0
config.toml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
headless = true
|
3 |
+
address = "0.0.0.0"
|
4 |
+
port = 5000
|
5 |
+
|
6 |
+
[theme]
|
7 |
+
primaryColor = "#FFD21E"
|
8 |
+
backgroundColor = "#F7FAFC"
|
9 |
+
secondaryBackgroundColor = "#4A5568"
|
10 |
+
textColor = "#1A202C"
|
11 |
+
font = "Inter"
|