Skip to content

Commit ac54938

Browse files
committed
Link the live Streamlit demo from the README
- Update the Streamlit badge to point at the deployed app - Add a prominent "Demo en vivo" callout near the top - Repeat the link inside the Dashboard section
1 parent a9325d3 commit ac54938

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/astral-sh/ruff)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
77
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/NJerez-dev/Logistics-data-portfolio/blob/main/inventory_analysis.ipynb)
8-
[![Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://streamlit.io/cloud)
8+
[![Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://logistics-data-portfolio-k9zdgvvcqnzzguigqdppa5.streamlit.app/)
99

1010
Proyecto de portfolio que analiza datos simulados de ventas e inventario de un
1111
e-commerce para identificar riesgos de quiebre de stock y calcular KPIs de
1212
gestión de inventario (Punto de Reorden y Stock de Seguridad) por producto,
1313
bodega y categoría.
1414

15+
> 🔗 **Demo en vivo:** <https://logistics-data-portfolio-k9zdgvvcqnzzguigqdppa5.streamlit.app/>
16+
1517
## Tabla de contenidos
1618

1719
- [Objetivo](#objetivo)
@@ -42,6 +44,8 @@ Mostrar un flujo end-to-end de análisis de datos logísticos:
4244

4345
## Dashboard interactivo
4446

47+
🌐 **Pruébalo aquí:** <https://logistics-data-portfolio-k9zdgvvcqnzzguigqdppa5.streamlit.app/>
48+
4549
El proyecto incluye un dashboard en **Streamlit** que permite explorar los KPIs
4650
en vivo: filtrar por bodega y categoría, ajustar el nivel de servicio (90 % a
4751
99 %) y el buffer del semáforo, y descargar la tabla resultante de ROP/SS en CSV.

0 commit comments

Comments
 (0)