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