Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +10 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
maxUploadSize = 200
|
| 3 |
+
enableXsrfProtection = true
|
| 4 |
+
fileWatcherType = "none"
|
| 5 |
+
|
| 6 |
+
[logger]
|
| 7 |
+
level = "info"
|
| 8 |
+
|
| 9 |
+
[browser]
|
| 10 |
+
gatherUsageStats = false
|