MBG0903 commited on
Commit
78dac89
·
verified ·
1 Parent(s): 0d5e24b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN mkdir -p /.streamlit && chmod -R 777 /.streamlit
15
 
16
  EXPOSE 8501
17
 
18
- CMD ["streamlit", "run", "app.py"]
 
15
 
16
  EXPOSE 8501
17
 
18
+ CMD ["streamlit", "run", "app.py", "server.enableXsrfProtection=False"]