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

Upload config.toml

Browse files
Files changed (1) hide show
  1. src/.streamlit/config.toml +11 -0
src/.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"