Spaces:
Runtime error
Runtime error
Commit
·
9884e92
1
Parent(s):
71af6af
fix the float
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ dataset = load_dataset("roneneldan/TinyStories")
|
|
6 |
|
7 |
st.write(dataset['train'][10]['text'])
|
8 |
|
9 |
-
threshhold = st.slider('Threshhold',0,1,step=0.1)
|
10 |
|
11 |
#-------------------------------------------------------------
|
12 |
#-------------------------------------------------------------
|
|
|
6 |
|
7 |
st.write(dataset['train'][10]['text'])
|
8 |
|
9 |
+
threshhold = st.slider('Threshhold',0.0,1.0,step=0.1)
|
10 |
|
11 |
#-------------------------------------------------------------
|
12 |
#-------------------------------------------------------------
|