tomasruiz commited on
Commit
ccb941b
·
1 Parent(s): dbee86e

Disable xsrf protection to accept imgs on hugginface spaces

Browse files
Files changed (1) hide show
  1. .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