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