This Streamlit app allows you to track materials in stock. Materials are chosen from a small predefined list:
- Piedra Caliza
- Durmientes de Madera
- Malla de Acero
You can:
- Add a material from the list with an initial quantity.
- Increase or decrease the quantity of an existing material.
- View a table and bar chart showing the current stock levels.
Run the app with streamlit run streamlit_app.py.