Spaces:
Running
Running
fix: set enableCORS to false
Browse files- .streamlit/config.toml +1 -0
.streamlit/config.toml
CHANGED
@@ -1,2 +1,3 @@
|
|
1 |
[server]
|
2 |
enableXsrfProtection = false
|
|
|
|
1 |
[server]
|
2 |
enableXsrfProtection = false
|
3 |
+
enableCORS = false
|