hacpdsae2023 commited on
Commit
9884e92
·
1 Parent(s): 71af6af

fix the float

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  #-------------------------------------------------------------