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