Spaces:
Build error
Build error
Create ./streamlit/config.toml
Browse files- streamlit/config.toml +6 -0
streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
base = 'light'
|
3 |
+
primaryColor="green"
|
4 |
+
secondaryBackgroundColor="#F0F2F6"
|
5 |
+
#secondaryBackgroundColor="#889197"
|
6 |
+
#secondaryBackgroundColor="#323335"
|