Truong-Phuc Nguyen
commited on
Commit
•
e7bac85
1
Parent(s):
9eea206
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +9 -9
.streamlit/config.toml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
[server]
|
2 |
-
enableStaticServing = true
|
3 |
-
|
4 |
-
[theme]
|
5 |
-
|
6 |
-
|
7 |
-
secondaryBackgroundColor="#e2e2e2"
|
8 |
-
textColor="#
|
9 |
-
font="serif"
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
base="light"
|
6 |
+
primaryColor="#03b4f1"
|
7 |
+
secondaryBackgroundColor="#e2e2e2"
|
8 |
+
textColor="#000000"
|
9 |
+
font="serif"
|