Spaces:
Sleeping
Sleeping
Commit
·
b9ef2ed
1
Parent(s):
9d3b4a3
Update app.py
Browse files
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("
|
| 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")
|