File size: 112 Bytes
d934e05
 
 
 
 
1
2
3
4
5
import streamlit as st
from src.st_helpers import st_setup

if st_setup('LLM Arch'):
    st.write("Sample text")