ArturG9 commited on
Commit
5a70805
1 Parent(s): 6207b3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,8 +103,8 @@ def main():
103
  )
104
 
105
  k = st.select_slider(
106
- "Select amount of documents to be retrieved. Default value (5): ",
107
- options=list(range(2, 16)),
108
  value=4
109
  )
110
 
 
103
  )
104
 
105
  k = st.select_slider(
106
+ "Select amount of documents to be retrieved. Default value (4): ",
107
+ options=list(range(2, 6)),
108
  value=4
109
  )
110