Spaces:
Sleeping
Sleeping
Disable xsrf protection to accept imgs on hugginface spaces
Browse files- .streamlit/config.toml +3 -0
.streamlit/config.toml
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
[theme]
|
2 |
base="light"
|
|
|
|
|
|
|
|
1 |
[theme]
|
2 |
base="light"
|
3 |
+
|
4 |
+
[server]
|
5 |
+
enableXsrfProtection=false
|