Spaces:
Running
Running
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +3 -1
.streamlit/config.toml
CHANGED
@@ -31,11 +31,13 @@ enableStaticServing=true
|
|
31 |
|
32 |
#8B9B7A
|
33 |
#F5F5DC
|
|
|
|
|
34 |
[theme]
|
35 |
base="light"
|
36 |
font="monospace"
|
37 |
backgroundColor="white"
|
38 |
-
secondaryBackgroundColor="#
|
39 |
primaryColor="#8B7355"
|
40 |
textColor="black"
|
41 |
accentColor="#D2B48C"
|
|
|
31 |
|
32 |
#8B9B7A
|
33 |
#F5F5DC
|
34 |
+
#A0956B
|
35 |
+
|
36 |
[theme]
|
37 |
base="light"
|
38 |
font="monospace"
|
39 |
backgroundColor="white"
|
40 |
+
secondaryBackgroundColor="#D2B48C"
|
41 |
primaryColor="#8B7355"
|
42 |
textColor="black"
|
43 |
accentColor="#D2B48C"
|