Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,6 @@ def main():
|
|
162 |
|
163 |
df_noticias_respuestas=pd.concat(lista_noticias_respuestas)
|
164 |
batch_size = 5
|
165 |
-
current_page = 1
|
166 |
pages = split_frame(df_noticias_respuestas, batch_size)
|
167 |
top_menu = st.columns(3)
|
168 |
|
@@ -202,7 +201,6 @@ def main():
|
|
202 |
df_results=detalles_resultados(df,result)
|
203 |
cantidad_resultados=len(df_results)
|
204 |
batch_size = 5
|
205 |
-
current_page = 1
|
206 |
pages = split_frame(df_results, batch_size)
|
207 |
top_menu = st.columns(3)
|
208 |
|
|
|
162 |
|
163 |
df_noticias_respuestas=pd.concat(lista_noticias_respuestas)
|
164 |
batch_size = 5
|
|
|
165 |
pages = split_frame(df_noticias_respuestas, batch_size)
|
166 |
top_menu = st.columns(3)
|
167 |
|
|
|
201 |
df_results=detalles_resultados(df,result)
|
202 |
cantidad_resultados=len(df_results)
|
203 |
batch_size = 5
|
|
|
204 |
pages = split_frame(df_results, batch_size)
|
205 |
top_menu = st.columns(3)
|
206 |
|