From 4f2d6d8457af2cb6d1a53941ee4926169c175197 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 20 Jan 2026 13:06:48 +0100 Subject: [PATCH] Update start.sh --- start.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/start.sh b/start.sh index ee115af..792af70 100644 --- a/start.sh +++ b/start.sh @@ -10,9 +10,9 @@ pip install --no-cache-dir -r requirements.txt # 3. Start NiceGUI in the Background (&) # This runs silently while the script continues echo "🚀 Starting NiceGUI on Port 8080..." -python3 gallery_app.py & +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