7B-test / app.py
SUSSYMANBI's picture
Update app.py
c0b466a
raw
history blame
95 Bytes
import streamlit as st
x = st.text("7B")
x = st.slider("num of segments")
st.title("7B demo")