Upload streamlit_config.toml
Browse files
.streamlit/streamlit_config.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
primaryColor="#d92525"
|
6 |
+
backgroundColor="#f2f2f2"
|
7 |
+
secondaryBackgroundColor="#cacaca"
|
8 |
+
textColor="#16232e"
|
9 |
+
font="serif"
|