SUSSYMANBI commited on
Commit
b9ef2ed
·
1 Parent(s): 9d3b4a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  st.title("7B demo")
3
  x = st.text("early demo version")
4
- x = st.slider("num of segments")
5
  x = st.slider("accuracy ")
6
  x = st.button("start")
7
  x = st.text("note. this is stil in beta stage")
 
1
  import streamlit as st
2
  st.title("7B demo")
3
  x = st.text("early demo version")
4
+ x = st.slider("total correction")
5
  x = st.slider("accuracy ")
6
  x = st.button("start")
7
  x = st.text("note. this is stil in beta stage")