mazen2100 commited on
Commit
6a3f555
·
verified ·
1 Parent(s): 01d6ae8

Create .streamlit/config.toml

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