AI Engineer commited on
Commit
798ff19
·
1 Parent(s): c307ced

Fix HF Spaces white screen (disable CORS/XSRF)

Browse files
Files changed (1) hide show
  1. .streamlit/config.toml +4 -0
.streamlit/config.toml CHANGED
@@ -4,3 +4,7 @@ backgroundColor = "#0E1117"
4
  secondaryBackgroundColor = "#1E293B"
5
  textColor = "#E2E8F0"
6
  font = "sans serif"
 
 
 
 
 
4
  secondaryBackgroundColor = "#1E293B"
5
  textColor = "#E2E8F0"
6
  font = "sans serif"
7
+
8
+ [server]
9
+ enableCORS = false
10
+ enableXsrfProtection = false