Spaces:
Sleeping
Sleeping
Create .streamlit/config.toml
Browse files
src/.streamlit/config.toml
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
headless = true
|
| 3 |
+
enableCORS = false
|
| 4 |
+
enableXsrfProtection = false
|