Spaces:
Sleeping
Sleeping
GMARTINEZMILLA
commited on
Commit
•
5433dfb
1
Parent(s):
9045f37
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:")
|