AIdeaText commited on
Commit
4fa1b3b
·
verified ·
1 Parent(s): fe5b8a0

Update src/.streamlit/config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +8 -0
src/.streamlit/config.toml CHANGED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ port = 8501
3
+ address = "0.0.0.0"
4
+ enableCORS = false
5
+ enableXsrfProtection = false
6
+
7
+ [browser]
8
+ gatherUsageStats = false