diff options
Diffstat (limited to 'ustayml/templates/load_data/success.html')
| -rw-r--r-- | ustayml/templates/load_data/success.html | 16 |
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 |
