Ame-Mark commited on
Commit
2a2bda4
·
verified ·
1 Parent(s): 7e44035

Upload .streamlit/config.toml with huggingface_hub

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