From f38388b52d2cbc5301bec955ff70d5068ca76fcd Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:17:57 -0700 Subject: [PATCH] test htmls --- spawn.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spawn.html b/spawn.html index 0c9f7b0..3ff36b4 100644 --- a/spawn.html +++ b/spawn.html @@ -8,11 +8,11 @@ <p>Number of GPUs: {{ extra_resources.n_gpus }}</p> <p>Username {{ username }} </p> <p>Username {{ user.name }} </p> -<ul> +<p> {% for item in user %} <li>{{ item }}</li> {% endfor %} - </ul> +</p> <label for="gpus">GPUs</label> <input class="form-control input-lg" type="range" name="gpus" value="{{ extra_resources.n_gpus }}" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/> <output>{{ extra_resources.n_gpus }}</output> -- GitLab