202ec79 e91bc8c 92a2cd4 c0b466a
1
2
3
4
5
import streamlit as st x = st.text("7B") x = st.slider("num of segments") st.title("7B demo")