From d467638f26cd63f74fef0a81d6da3885dec4403f Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 26 Nov 2024 19:57:00 -0800 Subject: [PATCH] move playground ui to llama-stack repo --- llama_stack/distribution/playground-ui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/distribution/playground-ui/README.md b/llama_stack/distribution/playground-ui/README.md index 11d9b098d..f561ad40e 100644 --- a/llama_stack/distribution/playground-ui/README.md +++ b/llama_stack/distribution/playground-ui/README.md @@ -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 ```