diff --git a/start.sh b/start.sh index ee115af..3b7d0a1 100644 --- a/start.sh +++ b/start.sh @@ -14,5 +14,5 @@ python3 gallery_app.py & # 4. Start Streamlit in the Foreground # This keeps the container running -echo "🚀 Starting Streamlit on Port 8501..." -streamlit run app.py --server.port=8501 --server.address=0.0.0.0 \ No newline at end of file +#echo "🚀 Starting Streamlit on Port 8501..." +#streamlit run app.py --server.port=8501 --server.address=0.0.0.0 \ No newline at end of file