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