WoodLB commited on
Commit
b5c27c2
1 Parent(s): 132a193

new headers

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def freedatatolb(amount_of_data):
58
  verbose = True, # If True, prints information about code execution
59
  )
60
  return results
61
- data_amount = st.slider("choose amout of data to add to labelbox", 100, 500)
62
  if st.button("Add data to your Labelbox"):
63
  st.write(f"adding {data_amount} datarows to Labelbox instance")
64
  bing = freedatatolb(data_amount)
 
58
  verbose = True, # If True, prints information about code execution
59
  )
60
  return results
61
+ data_amount = st.slider("choose amout of data to add to labelbox", 250, 1000)
62
  if st.button("Add data to your Labelbox"):
63
  st.write(f"adding {data_amount} datarows to Labelbox instance")
64
  bing = freedatatolb(data_amount)