Spaces:
Runtime error
Runtime error
ui changes
Browse files- .streamlit/config.toml +4 -5
.streamlit/config.toml
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
[theme]
|
2 |
-
base="light"
|
3 |
#primaryColor="#a40303"
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
[browser]
|
9 |
gatherUsageStats = false
|
|
|
1 |
[theme]
|
2 |
+
#base="light"
|
3 |
#primaryColor="#a40303"
|
4 |
+
backgroundColor="#0a3144"
|
5 |
+
secondaryBackgroundColor="#0f4d60"
|
6 |
+
textColor="#dedede"
|
|
|
7 |
[browser]
|
8 |
gatherUsageStats = false
|