Update app.py
Browse files
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=
|
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
|