#!/bin/bash source /app/.venv/bin/activate uv run streamlit run app.py --server.port 8503 --server.headless true --browser.gatherUsageStats false & uv run python start_server.py --host 0.0.0.0 --port 5344 & wait