Spaces:
Running
Running
Fix HF Spaces upload 403 via Streamlit proxy settings
Browse files- .streamlit/config.toml +6 -0
.streamlit/config.toml
CHANGED
|
@@ -5,3 +5,9 @@ backgroundColor = "#0F172A"
|
|
| 5 |
secondaryBackgroundColor = "#111827"
|
| 6 |
textColor = "#F1F5F9"
|
| 7 |
font = "sans serif"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
secondaryBackgroundColor = "#111827"
|
| 6 |
textColor = "#F1F5F9"
|
| 7 |
font = "sans serif"
|
| 8 |
+
|
| 9 |
+
[server]
|
| 10 |
+
headless = true
|
| 11 |
+
enableCORS = false
|
| 12 |
+
enableXsrfProtection = false
|
| 13 |
+
maxUploadSize = 200
|