Upload config.toml
Browse files- 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"
|