Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files- .streamlit/config.toml +5 -0
.streamlit/config.toml
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[server]
|
2 |
+
fileWatcherType = "none"
|
3 |
+
maxUploadSize = 100 # Allow up to 100MB uploads
|
4 |
+
enableCORS = false
|
5 |
+
enableXsrfProtection = false
|