Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +7 -29
.streamlit/config.toml
CHANGED
|
@@ -1,29 +1,7 @@
|
|
| 1 |
-
[theme]
|
| 2 |
-
primaryColor = "#3B82F6"
|
| 3 |
-
backgroundColor = "#0F172A"
|
| 4 |
-
secondaryBackgroundColor = "#1E293B"
|
| 5 |
-
textColor = "#E2E8F0"
|
| 6 |
-
font = "sans serif"
|
| 7 |
-
|
| 8 |
-
[server]
|
| 9 |
-
maxUploadSize = 200
|
| 10 |
-
enableXsrfProtection = true
|
| 11 |
-
enableCORS = false
|
| 12 |
-
|
| 13 |
-
[browser]
|
| 14 |
-
gatherUsageStats = false
|
| 15 |
-
|
| 16 |
-
[client]
|
| 17 |
-
toolbarMode = "minimal"
|
| 18 |
-
showSidebarNavigation = true
|
| 19 |
-
|
| 20 |
-
[runner]
|
| 21 |
-
magicEnabled = true
|
| 22 |
-
fastRerenderEnabled = true
|
| 23 |
-
|
| 24 |
-
[logger]
|
| 25 |
-
<<<<<<< HEAD
|
| 26 |
-
level = "info"
|
| 27 |
-
=======
|
| 28 |
-
level = "info"
|
| 29 |
-
>>>>>>> 1bc20a0d3edc7f88f03e506f84b01a7303d403b2
|
|
|
|
| 1 |
+
[theme]
|
| 2 |
+
primaryColor = "#3B82F6"
|
| 3 |
+
backgroundColor = "#0F172A"
|
| 4 |
+
secondaryBackgroundColor = "#1E293B"
|
| 5 |
+
textColor = "#E2E8F0"
|
| 6 |
+
font = "sans serif"
|
| 7 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|