inie2003 commited on
Commit
d4e862b
·
verified ·
1 Parent(s): 0ce96c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def main():
73
  dataset_limit = st.slider("Size of Dataset to be searched from", min_value=1000, max_value=total_rows, value=1500)
74
  st.text(f'The smaller the dataset the faster the search will work.')
75
  else:
76
- dataset_limit = st.slider("Size of Dataset to be searched from", min_value=1000, max_value=100000, value=30000)
77
  st.text(f'The smaller the dataset the faster the search will work.')
78
 
79
  # Load dataset with limit only if not already loaded
 
73
  dataset_limit = st.slider("Size of Dataset to be searched from", min_value=1000, max_value=total_rows, value=1500)
74
  st.text(f'The smaller the dataset the faster the search will work.')
75
  else:
76
+ dataset_limit = st.slider("Size of Dataset to be searched from", min_value=1000, max_value=70000, value=30000)
77
  st.text(f'The smaller the dataset the faster the search will work.')
78
 
79
  # Load dataset with limit only if not already loaded