Sbboss commited on
Commit
a40b283
·
1 Parent(s): 34c53e0

Fix HF Spaces upload 403 via Streamlit proxy settings

Browse files
Files changed (1) hide show
  1. .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