File size: 312 Bytes
24e1c97 | 1 2 3 4 5 6 7 8 9 10 | # Streamlit demo for Chef Transformers
### Launch demo:
```
streamlit run server.py
```
### Modify config
Add any custom ingredient to display in `config.json` with key `first_100` to be displayed in multi-select. `next_100` are for custom ingredient adding section (to provide autocomplete assist as we type) |