Spaces:
Sleeping
Sleeping
Commit
路
54fd5bb
1
Parent(s):
c5bb15d
feat: Translated Summary to Spanish
Browse files
app.py
CHANGED
@@ -704,7 +704,7 @@ elif page == "Recomendaci贸n de Art铆culos":
|
|
704 |
productos = pd.read_csv('productos.csv')
|
705 |
# Estilo principal de la p谩gina
|
706 |
st.markdown(
|
707 |
-
"<h1 style='text-align: center;
|
708 |
unsafe_allow_html=True
|
709 |
)
|
710 |
st.markdown("""
|
|
|
704 |
productos = pd.read_csv('productos.csv')
|
705 |
# Estilo principal de la p谩gina
|
706 |
st.markdown(
|
707 |
+
"<h1 style='text-align: center;'>Recomendaci贸n de Art铆culos</h1>",
|
708 |
unsafe_allow_html=True
|
709 |
)
|
710 |
st.markdown("""
|