Spaces:
Sleeping
Sleeping
Upload config.toml
Browse files- .streamlit/config.toml +15 -0
.streamlit/config.toml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
# Enable file uploads
|
| 3 |
+
enableXsrfProtection = false
|
| 4 |
+
# Allow file uploads without CORS restrictions
|
| 5 |
+
enableCORS = false
|
| 6 |
+
# Maximum upload size (200MB)
|
| 7 |
+
maxUploadSize = 200
|
| 8 |
+
|
| 9 |
+
[browser]
|
| 10 |
+
# Automatically open browser
|
| 11 |
+
gatherUsageStats = false
|
| 12 |
+
|
| 13 |
+
[theme]
|
| 14 |
+
# Theme settings can be added here if needed
|
| 15 |
+
|