Ezzio11 commited on
Commit
a19fc2c
·
verified ·
1 Parent(s): 209972c

Create .streamlit/config.toml

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