Carga inicial

This commit is contained in:
AlexLara
2026-03-03 13:05:51 -06:00
commit 857f8f94d4
9 changed files with 543 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
## 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
```