We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937a874 commit b882a46Copy full SHA for b882a46
application/Dockerfile
@@ -16,7 +16,7 @@ RUN pip3 install -r requirements.txt
16
COPY . /app/
17
18
# set streamlit config via env vars
19
-ENV STREAMLIT_SERVER_ENABLE_STATIC_SERVING=true
+ENV STREAMLIT_SERVER_ENABLE_STATIC_SERVING=false
20
ENV STREAMLIT_LOGGER_LEVEL="info"
21
ENV STREAMLIT_CLIENT_TOOLBAR_MODE="viewer"
22
ENV STREAMLIT_CLIENT_SHOW_ERROR_DETAILS=false
0 commit comments