GMARTINEZMILLA commited on
Commit
1c4696d
1 Parent(s): 7b48ff1

feat: generate the filtering by manufacturer not complete

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ elif page == "🕵️ Análisis de Cliente":
310
  )
311
 
312
  # Fabricante dropdown (with 'Todos' option)
313
- fabricantes = ["Todos"] + list(nombres_proveedores['nombre_proveedor'].unique()) # Agregar la opción 'Todos'
314
  fabricante_seleccionado = st.selectbox(
315
  "Selecciona el fabricante (o Todos)",
316
  fabricantes,
 
310
  )
311
 
312
  # Fabricante dropdown (with 'Todos' option)
313
+ fabricantes = ["Todos"] + list(nombres_proveedores['nombre'].unique()) # Agregar la opción 'Todos'
314
  fabricante_seleccionado = st.selectbox(
315
  "Selecciona el fabricante (o Todos)",
316
  fabricantes,