#!/usr/bin/env bash # Run from the script's directory using the project virtualenv, # so it works regardless of whether the venv is activated / on PATH. cd "$(dirname "$0")" exec .venv/bin/streamlit run Gui.py "$@"