Mars203020 commited on
Commit
8931f12
·
verified ·
1 Parent(s): b7b041e

Create .streamlit/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
+ enableXsrfProtection = false
3
+ enableCORS = false
4
+ port = 7860
5
+ address = "0.0.0.0"
6
+ headless = true
7
+
8
+ [browser]
9
+ gatherUsageStats = false