Spaces:
Sleeping
Sleeping
Sajil Awale
commited on
Commit
·
68634d8
1
Parent(s):
da85471
Fix 403 upload error on HF Spaces
Browse files- .streamlit/config.toml +3 -1
.streamlit/config.toml
CHANGED
|
@@ -15,4 +15,6 @@ font = "sans serif"
|
|
| 15 |
[server]
|
| 16 |
maxUploadSize = 200
|
| 17 |
maxMessageSize = 200
|
| 18 |
-
runOnSave = true
|
|
|
|
|
|
|
|
|
| 15 |
[server]
|
| 16 |
maxUploadSize = 200
|
| 17 |
maxMessageSize = 200
|
| 18 |
+
runOnSave = true
|
| 19 |
+
enableXsrfProtection = false
|
| 20 |
+
enableCORS = false
|