#! /bin/sh
monitor="$(which monitor.py)"
streamlit run $monitor "$@"
