llm-arch / pages /040_Test_Reporter.py
alfraser's picture
Added a new placeholder page for basic reporting
5044033
raw
history blame
283 Bytes
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")