From 43f8bcda8279cad0474610c5ff36d7e3d9db9528 Mon Sep 17 00:00:00 2001 From: Francisco Javier Arceo Date: Fri, 8 Aug 2025 23:25:12 -0400 Subject: [PATCH] chore: Updating UI to look more like the other one Signed-off-by: Francisco Javier Arceo --- llama_stack/ui/app/chat-playground/page.tsx | 2 +- .../ui/components/layout/app-sidebar.tsx | 168 ++++++++++-------- 2 files changed, 96 insertions(+), 74 deletions(-) diff --git a/llama_stack/ui/app/chat-playground/page.tsx b/llama_stack/ui/app/chat-playground/page.tsx index c31248b78..d8094af85 100644 --- a/llama_stack/ui/app/chat-playground/page.tsx +++ b/llama_stack/ui/app/chat-playground/page.tsx @@ -175,7 +175,7 @@ const handleSubmitWithContent = async (content: string) => { return (
-

Chat Playground

+

Chat Playground (Completions)