mgbam commited on
Commit
064fe3d
·
verified ·
1 Parent(s): 2cf376a

Upload 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
+ headless = true
3
+ enableCORS = false
4
+ enableXsrfProtection = true
5
+ port = 7860
6
+ address = "0.0.0.0"
7
+
8
+ [theme]
9
+ base="light"