Caerus256 commited on
Commit
802042e
·
verified ·
1 Parent(s): 0a17387

Upload .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +8 -0
.streamlit/config.toml CHANGED
@@ -5,3 +5,11 @@ secondaryBackgroundColor = "#161618"
5
  textColor = "#d0d0d0"
6
  primaryColor = "#b8956a"
7
  font = "sans serif"
 
 
 
 
 
 
 
 
 
5
  textColor = "#d0d0d0"
6
  primaryColor = "#b8956a"
7
  font = "sans serif"
8
+
9
+ [server]
10
+ port = 8501
11
+ enableCORS = false
12
+ enableXsrfProtection = false
13
+
14
+ [browser]
15
+ gatherUsageStats = false