openfree commited on
Commit
7b6cbc8
·
verified ·
1 Parent(s): 9b610bf

Create .streamlit/config.toml

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