Lisibonny commited on
Commit
37f8221
1 Parent(s): 9db6cb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -64,7 +64,7 @@ def main():
64
  )
65
 
66
  st.sidebar.header("¡Cómprame un Café!")
67
- st.sidebar.markdown("Si te gusta este sitio y quieres darme las gracias o animarme a hacer más, ¡puedes invitarme a un café!")
68
  with st.sidebar:
69
  components.html(
70
  """
@@ -123,8 +123,7 @@ def main():
123
  pagination = st.container()
124
  batch_size = 5
125
  total_pages = (int(len(df_results) / batch_size) if int(len(df_results) / batch_size) > 0 else 1)
126
-
127
-
128
  with pagination:
129
  N_cards_per_row = 1
130
  for n_row, row in df_results.reset_index().iterrows():
 
64
  )
65
 
66
  st.sidebar.header("¡Cómprame un Café!")
67
+ st.sidebar.markdown("Si te gusta este sitio y quieres darme las gracias o animarme a hacer más, puedes hacer una pequeña donación.")
68
  with st.sidebar:
69
  components.html(
70
  """
 
123
  pagination = st.container()
124
  batch_size = 5
125
  total_pages = (int(len(df_results) / batch_size) if int(len(df_results) / batch_size) > 0 else 1)
126
+ print(total_pages)
 
127
  with pagination:
128
  N_cards_per_row = 1
129
  for n_row, row in df_results.reset_index().iterrows():