Spaces:
Runtime error
Runtime error
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +9 -9
.streamlit/config.toml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
[theme]
|
| 2 |
-
primaryColor = "#667eea"
|
| 3 |
-
backgroundColor = "#ffffff"
|
| 4 |
-
secondaryBackgroundColor = "#f0f2f6"
|
| 5 |
-
textColor = "#262730"
|
| 6 |
-
|
| 7 |
-
[server]
|
| 8 |
-
headless = true
|
| 9 |
-
enableCORS = false
|
| 10 |
port = 7860
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#667eea"
|
| 3 |
+
backgroundColor = "#ffffff"
|
| 4 |
+
secondaryBackgroundColor = "#f0f2f6"
|
| 5 |
+
textColor = "#262730"
|
| 6 |
+
|
| 7 |
+
[server]
|
| 8 |
+
headless = true
|
| 9 |
+
enableCORS = false
|
| 10 |
port = 7860
|