Lisibonny commited on
Commit
6803992
1 Parent(s): b518608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -139,7 +139,8 @@ def main():
139
  else:
140
 
141
  df_results=detalles_resultados(df,result)
142
- batch_size = 10
 
143
  pages = split_frame(df_results, batch_size)
144
  bottom_menu = st.columns((2,1,1))
145
  with bottom_menu[1]:
 
139
  else:
140
 
141
  df_results=detalles_resultados(df,result)
142
+ st.markdown(df_results)
143
+ batch_size = 5
144
  pages = split_frame(df_results, batch_size)
145
  bottom_menu = st.columns((2,1,1))
146
  with bottom_menu[1]: