Nolist commited on
Commit
2b6a043
·
verified ·
1 Parent(s): bb3e5e4

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +13 -0
.streamlit/config.toml CHANGED
@@ -4,3 +4,16 @@ backgroundColor = "#F0F2F6"
4
  secondaryBackgroundColor = "#FFFFFF"
5
  textColor = "#262730"
6
  font = "sans serif"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  secondaryBackgroundColor = "#FFFFFF"
5
  textColor = "#262730"
6
  font = "sans serif"
7
+
8
+
9
+ [server]
10
+ headless = true
11
+ port = 8501
12
+ enableCORS = false
13
+ address = "0.0.0.0"
14
+ # disable XSRF to avoid override warnings in some container environments
15
+ enableXsrfProtection = false
16
+
17
+
18
+ [browser]
19
+ gatherUsageStats = false