Spaces:
Sleeping
Sleeping
DariusGiannoli commited on
Commit ·
7dac402
1
Parent(s): 33c82de
fix: persist streamlit server config
Browse files- .streamlit/config.toml +3 -0
.streamlit/config.toml
CHANGED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[server]
|
| 2 |
+
enableXsrfProtection = false
|
| 3 |
+
enableCORS = false
|