llm-arch / pages /010_LLM_Arch.py
alfraser's picture
Set up security with secrets on the hugging face side and helper function across pages which manages the security and logo.
d934e05
raw
history blame
112 Bytes
import streamlit as st
from src.st_helpers import st_setup
if st_setup('LLM Arch'):
st.write("Sample text")