@echo off echo Iniciando dashboard OARMP... cd /d "%~dp0.." .venv\Scripts\streamlit.exe run app\dashboard.py --server.port 8501 pause