VcRlAgent commited on
Commit
4ee988d
·
1 Parent(s): 91cdd71

all updates 2

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +7 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [server]
2
+ port = ${PORT}
3
+ address = "0.0.0.0"
4
+
5
+ [browser]
6
+ gatherUsageStats = false
7
+