mubaraknumann commited on
Commit
1a11a0c
·
verified ·
1 Parent(s): e8ffe38

Upload config.toml

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +11 -0
.streamlit/config.toml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [server]
2
+ headless = true
3
+ enableCORS = false
4
+ enableXsrfProtection = false
5
+
6
+ [browser]
7
+ gatherUsageStats = false
8
+
9
+ [global]
10
+ # Set the data cache directory to a writable location within the app's working directory
11
+ dataCacheDir = "cache"