NassimeBejaia commited on
Commit
79e162c
1 Parent(s): 33d89ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ def display_heads(nbperson, listhead):
131
  return
132
 
133
 
134
- def paginator(label, items, items_per_page=15, on_sidebar=True):
135
  # Figure out where to display the paginator
136
  if on_sidebar:
137
  location = st.sidebar.empty()
 
131
  return
132
 
133
 
134
+ def paginator(label, items, items_per_page=10, on_sidebar=True):
135
  # Figure out where to display the paginator
136
  if on_sidebar:
137
  location = st.sidebar.empty()