Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- 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"]
|