Spaces:
Sleeping
Sleeping
Commit
·
cc3bd82
1
Parent(s):
2f90954
feat: Translated Summary to Spanish
Browse files
app.py
CHANGED
@@ -747,7 +747,7 @@ elif page == "Recomendación de Artículos":
|
|
747 |
recommendations_df = recomienda_tf(new_basket, cestas, productos)
|
748 |
|
749 |
if not recommendations_df.empty:
|
750 |
-
st.success("###
|
751 |
st.dataframe(recommendations_df, height=300, width=800) # Ajustar el tamaño del DataFrame
|
752 |
else:
|
753 |
st.warning("⚠️ No recommendations found for the provided basket.")
|
|
|
747 |
recommendations_df = recomienda_tf(new_basket, cestas, productos)
|
748 |
|
749 |
if not recommendations_df.empty:
|
750 |
+
st.success("### Según tu cesta, te recomendamos que consideres añadir uno de estos artículos:")
|
751 |
st.dataframe(recommendations_df, height=300, width=800) # Ajustar el tamaño del DataFrame
|
752 |
else:
|
753 |
st.warning("⚠️ No recommendations found for the provided basket.")
|