Refat81 commited on
Commit
14835f9
·
verified ·
1 Parent(s): ab44235

Update .streamlit/config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +11 -0
.streamlit/config.toml CHANGED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ address = "0.0.0.0"
4
+ port = 8501
5
+
6
+ [browser]
7
+ serverAddress = "localhost"
8
+ gatherUsageStats = false
9
+
10
+ [global]
11
+ developmentMode = false