aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/load_data/success.html
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 10:55:39 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 10:55:39 -0500
commit5a16046eddc753b752c5ab1fdb91595adf588a6b (patch)
tree870192e1f576754c6fd669cd4e3dad6f70a7caf7 /ustayml/templates/load_data/success.html
parentf6fcf9cc3ae3d93d59391b3f12843fba3297f0b2 (diff)
Add sample file upload for "load_data" blueprint
Also add a success page that redirects to the Dashboard
Diffstat (limited to 'ustayml/templates/load_data/success.html')
-rw-r--r--ustayml/templates/load_data/success.html16
1 files changed, 16 insertions, 0 deletions
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 %}
+ <h1>{% block title %}Procesando datos ⏳{% endblock %}</h1>
+{% endblock %}
+
+{% block content %}
+ <p>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.</p>
+ <p>Podrá validar que el procesamiento terminó verificando la fecha del
+ reporte.</p>
+ <a href="{{ url_for('index') }}">Regresar al dashboard</a>
+{% endblock %} \ No newline at end of file