Spaces:
Sleeping
Sleeping
Truong-Phuc Nguyen
commited on
Commit
•
9b266f9
1
Parent(s):
b2794e5
Update .streamlit/config.toml
Browse files- .streamlit/config.toml +9 -6
.streamlit/config.toml
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
[
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
enableStaticServing = true
|
3 |
+
|
4 |
+
[theme]
|
5 |
+
primaryColor="#d92525"
|
6 |
+
backgroundColor="#f2f2f2"
|
7 |
+
secondaryBackgroundColor="#cacaca"
|
8 |
+
textColor="#16232e"
|
9 |
+
font="serif"
|