Spaces:
Runtime error
Runtime error
import streamlit as st | |
from src.st_helpers import st_setup | |
if st_setup('LLM Arch'): | |
st.write("Sample text") |
import streamlit as st | |
from src.st_helpers import st_setup | |
if st_setup('LLM Arch'): | |
st.write("Sample text") |