mgbam commited on
Commit
d9de983
·
verified ·
1 Parent(s): 17c8211

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +12 -6
.streamlit/config.toml CHANGED
@@ -1,7 +1,13 @@
 
 
 
 
 
 
 
1
  [theme]
2
- base="light"
3
- primaryColor="#673ab7"
4
- backgroundColor="#ffffff"
5
- secondaryBackgroundColor="#f3eaff"
6
- textColor="#222222"
7
- font="sans serif"
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ address = "0.0.0.0"
5
+ enableCORS = false
6
+ enableXsrfProtection = false
7
+
8
  [theme]
9
+ primaryColor = "#e63946"
10
+ backgroundColor = "#0E1117"
11
+ secondaryBackgroundColor = "#1a1a2e"
12
+ textColor = "#FAFAFA"
13
+ font = "sans serif"