Lincoln Gombedza commited on
Commit
69a9a47
·
unverified ·
1 Parent(s): 8a3277e

Add Streamlit server config

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +15 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ port = 8501
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [browser]
8
+ gatherUsageStats = false
9
+
10
+ [theme]
11
+ primaryColor = "#0d9488"
12
+ backgroundColor = "#ffffff"
13
+ secondaryBackgroundColor = "#f8fafc"
14
+ textColor = "#1e293b"
15
+ font = "sans serif"