SUSSYMANBI commited on
Commit
d79dc0d
·
1 Parent(s): e7f40d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,5 +1,9 @@
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.button("start")
 
1
  import streamlit as st
2
  st.title("7B demo")
3
+
4
  x = st.text("early demo version")
5
+
6
  x = st.slider("num of segments")
7
+ x = st.slider("accuracy ")
8
+
9
  x = st.button("start")