From 5e4487a99f357c08662ed5dabd0c7f21664c15eb Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 13 Nov 2023 12:42:36 -0500 Subject: Add site index and sample dashboard BP --- ustayml/templates/load_data/index.html | 9 +++++---- ustayml/templates/load_data/success.html | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'ustayml/templates/load_data') diff --git a/ustayml/templates/load_data/index.html b/ustayml/templates/load_data/index.html index 3400de3..fb5088e 100644 --- a/ustayml/templates/load_data/index.html +++ b/ustayml/templates/load_data/index.html @@ -23,7 +23,7 @@ @@ -51,10 +51,11 @@

El diccionario de variables lista información sobre las variables del dataset.

- - + +

- +
diff --git a/ustayml/templates/load_data/success.html b/ustayml/templates/load_data/success.html index 442ef74..956c186 100644 --- a/ustayml/templates/load_data/success.html +++ b/ustayml/templates/load_data/success.html @@ -12,5 +12,5 @@ de riesgo de deserción.

Podrá validar que el procesamiento terminó verificando la fecha del reporte.

- Regresar al dashboard + Regresar al dashboard {% endblock %} \ No newline at end of file -- cgit v1.2.3