From eb68350c45973ee6816a7b0381b44c752a1f6768 Mon Sep 17 00:00:00 2001 From: EKPayne Date: Mon, 29 Jan 2024 15:32:23 +0000 Subject: [PATCH 01/15] update to html template Adds more detailed information on the input files required. --- dMLPA-flask/templates/index.html | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/dMLPA-flask/templates/index.html b/dMLPA-flask/templates/index.html index 9fa76b3..a6481f4 100644 --- a/dMLPA-flask/templates/index.html +++ b/dMLPA-flask/templates/index.html @@ -24,7 +24,7 @@
-

dMLPA-flask Web App

+

dMLPA Results Generator

@@ -55,12 +55,21 @@

File Errors:

{% if backend_state == "initial" %}
-

dMLPA-flask File Upload

+

File Upload

{{ form.hidden_tag() }}
@@ -79,13 +88,13 @@

dMLPA-flask File Upload

{%elif backend_state == "started" %}