Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -925,7 +925,7 @@ elif page == "馃挕 Recomendaci贸n de Art铆culos":
|
|
925 |
|
926 |
if new_basket:
|
927 |
# Procesar la lista para recomendar utilizando tu funci贸n 'recomienda_tf'
|
928 |
-
recommendations_df = recomienda_tf(new_basket, cestas)
|
929 |
|
930 |
if not recommendations_df.empty:
|
931 |
st.success("### Seg煤n tu cesta, te recomendamos que consideres a帽adir estos art铆culos:")
|
|
|
925 |
|
926 |
if new_basket:
|
927 |
# Procesar la lista para recomendar utilizando tu funci贸n 'recomienda_tf'
|
928 |
+
recommendations_df = recomienda_tf(new_basket, cestas,productos)
|
929 |
|
930 |
if not recommendations_df.empty:
|
931 |
st.success("### Seg煤n tu cesta, te recomendamos que consideres a帽adir estos art铆culos:")
|