Spaces:
Runtime error
Runtime error
File size: 283 Bytes
5044033 |
1 2 3 4 5 6 7 8 9 10 |
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")
|