Truong-Phuc Nguyen commited on
Commit
9b266f9
1 Parent(s): b2794e5

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -6
.streamlit/config.toml CHANGED
@@ -1,6 +1,9 @@
1
- [theme]
2
- primaryColor="#d92525"
3
- backgroundColor="#f2f2f2"
4
- secondaryBackgroundColor="#cacaca"
5
- textColor="#16232e"
6
- font="serif"
 
 
 
 
1
+ [server]
2
+ enableStaticServing = true
3
+
4
+ [theme]
5
+ primaryColor="#d92525"
6
+ backgroundColor="#f2f2f2"
7
+ secondaryBackgroundColor="#cacaca"
8
+ textColor="#16232e"
9
+ font="serif"