set user stats to false
Browse files- .streamlit/config.toml +5 -1
.streamlit/config.toml
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
[server]
|
2 |
|
3 |
-
maxUploadSize = 20
|
|
|
|
|
|
|
|
|
|
1 |
[server]
|
2 |
|
3 |
+
maxUploadSize = 20
|
4 |
+
|
5 |
+
[browser]
|
6 |
+
|
7 |
+
gatherUsageStat = False
|