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 |
+
dataSavePath = "/tmp"
|
3 |
+
|
4 |
+
[client]
|
5 |
+
showErrorDetails = true
|
6 |
+
|
7 |
+
[logger]
|
8 |
+
level = "info"
|
9 |
+
|
10 |
+
[browser]
|
11 |
+
gatherUsageStats = false
|