Spaces:
Running
Running
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +11 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[global]
|
2 |
+
developmentMode = false
|
3 |
+
|
4 |
+
[server]
|
5 |
+
headless = true
|
6 |
+
enableCORS = false
|
7 |
+
enableXsrfProtection = false
|
8 |
+
fileWatcherType = "none"
|
9 |
+
|
10 |
+
[browser]
|
11 |
+
gatherUsageStats = false
|