# Monty streamlit powered UI

Run with:

DEV:
```bash
pipenv run python -m streamlit run feed_status/ui/app.py
```

For QA data:
```bash
MONTY_API_BASE_URL=https://qa-monty.theorchard.io/ pipenv run python -m streamlit run feed_status/ui/app.py
```