move playground ui to llama-stack repo

This commit is contained in:
Xi Yan 2024-11-26 19:57:00 -08:00
parent c2cfd2261e
commit d467638f26

View file

@ -5,7 +5,7 @@
## Running Streamlit App
```
cd llama-stack-apps/playground-ui
cd llama_stack/distribution/playground-ui
pip install -r requirements.txt
streamlit run app.py
```