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

@ -8,8 +8,8 @@ import json
import pandas as pd
import streamlit as st
from modules.api import llama_stack_api
from modules.utils import process_dataset
from llama_stack.distribution.ui.modules.api import llama_stack_api
from llama_stack.distribution.ui.modules.utils import process_dataset
def application_evaluation_page():