import streamlit as st from src.st_helpers import st_setup if st_setup('LLM Arch'): summary = st.container() with summary: st.write("# Test Reporter") st.info("Just a placeholder for now - need to implement the end user test suite selection and reporting")