frncscp commited on
Commit
b57d371
1 Parent(s): 285a160

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +8 -0
.streamlit/config.toml CHANGED
@@ -4,3 +4,11 @@ backgroundColor="#d29213"
4
  secondaryBackgroundColor="#b7b791"
5
  textColor="#604747"
6
 
 
 
 
 
 
 
 
 
 
4
  secondaryBackgroundColor="#b7b791"
5
  textColor="#604747"
6
 
7
+ [server]
8
+ enableCORS = false
9
+ headless = true
10
+
11
+ [browser]
12
+ serverAddress = "0.0.0.0"
13
+ gatherUsageStats = false
14
+ serverPort = 9000