primenumbersam commited on
Commit
0caf7c1
·
1 Parent(s): f46608b

Fix Starting stuck issue with config.toml

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