#!/bin/bash set -e echo "Starting Streamlit on port 7860..." streamlit run app.py --server.port 7860 --server.address 0.0.0.0