Wisdom Chen commited on
Commit
d1100e2
·
unverified ·
1 Parent(s): dd0f5e1

Create config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +9 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ enableCORS = false
3
+ enableXsrfProtection = false
4
+
5
+ [theme]
6
+ primaryColor = "#1e3d59"
7
+ backgroundColor = "#f5f7fa"
8
+ secondaryBackgroundColor = "#e8edf2"
9
+ textColor = "#1e3d59"