Create .streamlit/config.toml
Browse files- .streamlit/config.toml +8 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# .streamlit/config.toml
|
2 |
+
[theme]
|
3 |
+
base="light"
|
4 |
+
primaryColor="#0D47A1"
|
5 |
+
backgroundColor="#FFFFFF"
|
6 |
+
secondaryBackgroundColor="#E3F2FD"
|
7 |
+
textColor="#000000"
|
8 |
+
font="sans serif"
|