Truong-Phuc commited on
Commit
e7bac85
1 Parent(s): 9eea206

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -9
.streamlit/config.toml CHANGED
@@ -1,9 +1,9 @@
1
- [server]
2
- enableStaticServing = true
3
-
4
- [theme]
5
- primaryColor="#03b4f1"
6
- backgroundColor="#EAEAEA"
7
- secondaryBackgroundColor="#e2e2e2"
8
- textColor="#02427a"
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"