From 5a16046eddc753b752c5ab1fdb91595adf588a6b Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 13 Nov 2023 10:55:39 -0500 Subject: Add sample file upload for "load_data" blueprint Also add a success page that redirects to the Dashboard --- ustayml/templates/load_data/success.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ustayml/templates/load_data/success.html (limited to 'ustayml/templates/load_data/success.html') diff --git a/ustayml/templates/load_data/success.html b/ustayml/templates/load_data/success.html new file mode 100644 index 0000000..442ef74 --- /dev/null +++ b/ustayml/templates/load_data/success.html @@ -0,0 +1,16 @@ + +{% extends 'base.html' %} + + +{% block header %} +

{% block title %}Procesando datos ⏳{% endblock %}

+{% endblock %} + +{% block content %} +

La carga de datos fue exitosa. Por favor espere unos minutos hasta que el + nuevo conjunto de datos termine de procesar y se generen nuevas predicciones + de riesgo de deserción.

+

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

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