awacke1 commited on
Commit
58d011a
·
verified ·
1 Parent(s): 4f39fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -598,7 +598,7 @@ def main():
598
  total_docs = len(documents)
599
  # Add a slider to let the user choose how many documents to display
600
  num_docs_to_display = st.slider(
601
- "Select number of documents to display", 5, 500, 10
602
  )
603
  # Adjust the document display logic based on the slider value
604
  if total_docs > num_docs_to_display:
 
598
  total_docs = len(documents)
599
  # Add a slider to let the user choose how many documents to display
600
  num_docs_to_display = st.slider(
601
+ "Select number of documents to display", 1, 100, 5
602
  )
603
  # Adjust the document display logic based on the slider value
604
  if total_docs > num_docs_to_display: