## Instalación (Windows PowerShell) ```powershell Activar el entorno .\.venv\Scripts\Activate.ps1 # powershell source .venv/Scripts/activate # git bash call venv\Scripts\activate.bat ``` ## Ejecución ```powershell streamlit run app.py ```