fix: Fixed import errors for UI and playground

This commit is contained in:
sarthakdeshpande 2025-03-17 15:42:55 +05:30
parent 37f155e41d
commit 8924414c5c
12 changed files with 20 additions and 20 deletions

View file

@ -5,7 +5,7 @@
# the root directory of this source tree.
import streamlit as st
from modules.api import llama_stack_api
from llama_stack.distribution.ui.modules.api import llama_stack_api
# Sidebar configurations
with st.sidebar: