Ankushbl6 commited on
Commit
b7a798f
·
verified ·
1 Parent(s): 4e27ec9

Create .streamlit/config.toml

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