Spaces:
Sleeping
Sleeping
Kshitij Nevrekar commited on
Commit ·
1e6d9ba
1
Parent(s): 32c6d45
Add Streamlit configuration to disable usage statistics
Browse files- .streamlit/config.toml +2 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[browser]
|
| 2 |
+
gatherUsageStats = false
|