Spaces:
Runtime error
Runtime error
Disable XSRF protection to resolve startup timeout
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -22,4 +22,4 @@ COPY . /app
|
|
22 |
EXPOSE 8501
|
23 |
|
24 |
# Command to run the Streamlit app
|
25 |
-
CMD ["streamlit", "run", "app.py", "--server.enableCORS", "false"]
|
|
|
22 |
EXPOSE 8501
|
23 |
|
24 |
# Command to run the Streamlit app
|
25 |
+
CMD ["streamlit", "run", "app.py", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false"]
|