fix: Fixed import errors for UI and playground (#1666)

# What does this PR do?
Fixed import errors for playground and ui

---------

Co-authored-by: sarthakdeshpande <sarthak.deshpande@engati.com>
This commit is contained in:
Sarthak Deshpande 2025-03-19 03:30:48 +05:30 committed by GitHub
parent 0cbb7f7f21
commit 9c8e88ea9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 32 additions and 20 deletions

View file

@ -8,8 +8,9 @@ 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():