#!/bin/bash

app_dir=$(python -c "import edpsgui as _; print(_.__path__[0])")

panel serve "$app_dir"/demo/*.py --show "$@"
