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