Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,8 @@ def main():
|
|
139 |
else:
|
140 |
|
141 |
df_results=detalles_resultados(df,result)
|
142 |
-
|
|
|
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]:
|