diff --git a/st_undp/startup.sh b/st_undp/startup.sh index 3fd3548..b1d0cf1 100644 --- a/st_undp/startup.sh +++ b/st_undp/startup.sh @@ -12,6 +12,6 @@ python -m st_undp configure --settings style python -m streamlit run app.py \ --server.address 0.0.0.0 \ - --server.port 80 \ + --server.port 8000 \ --server.enableStaticServing true \ --browser.gatherUsageStats false