aboutsummaryrefslogtreecommitdiff
path: root/ustayml/templates/load_data/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ustayml/templates/load_data/index.html')
-rw-r--r--ustayml/templates/load_data/index.html9
1 files changed, 5 insertions, 4 deletions
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 @@
<ul class="data-validation-list">
<li>Tipo de archivo debe ser CSV</li>
<li>TamaƱo debe ser &lt;1 MiB</li>
- <li>Debe existir la variable "target"</li>
+ <li>Debe existir la variable <code>Target</code></li>
</ul>
</div>
</div>
@@ -51,10 +51,11 @@
<div class="flex-container-horizontal">
<div class="left">
<p>El diccionario de variables lista información sobre las variables del dataset.</p>
- <label for="dataset-label">Etiqueta: </label>
- <input name="dataset-label" id="dataset-label" required>
+ <label for="dataset-label">Etiqueta*: </label>
+ <input name="dataset-label" id="dataset-label" required
+ placeholder="2023-1 EEGGCC FCI">
<p></p>
- <label for="dataset-date">Fecha del conjunto de datos: </label>
+ <label for="dataset-date">Fecha del conjunto de datos*: </label>
<input name="dataset-date" id="dataset-date" required type="date">
<div></div>