Spaces:
Sleeping
Sleeping
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +2 -4
.streamlit/config.toml
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
[theme] # You have to add this line
|
2 |
|
3 |
-
|
4 |
-
|
5 |
-
primaryColor = '#006F54' # Palo Alto Green
|
6 |
|
7 |
backgroundColor = '#820000' # Cardinal Red
|
8 |
|
9 |
-
secondaryBackgroundColor = '#
|
10 |
|
11 |
textColor = '#FFFFFF' # White
|
|
|
1 |
[theme] # You have to add this line
|
2 |
|
3 |
+
primaryColor = '#FFFFFF' # Palo Alto Green
|
|
|
|
|
4 |
|
5 |
backgroundColor = '#820000' # Cardinal Red
|
6 |
|
7 |
+
secondaryBackgroundColor = '#820000' # Cardinal Red
|
8 |
|
9 |
textColor = '#FFFFFF' # White
|