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 736942b commit 543e279Copy full SHA for 543e279
entrypoint.sh
@@ -2,4 +2,4 @@
2
set -e
3
4
python add_ga.py
5
-exec streamlit run main.py --server.port=8501 --server.address=0.0.0.0
+exec python -u -m streamlit run main.py --server.port=8501 --server.address=0.0.0.0
0 commit comments