rocky1410 commited on
Commit
20531ef
·
verified ·
1 Parent(s): 352d2cc

Create .streamlit/config.toml

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