From 4aa94f4a11cc8a504d92116a195dd30eb1117e79 Mon Sep 17 00:00:00 2001 From: youngsuKim-CSUSB <81013158+youngsuKim-CSUSB@users.noreply.github.com> Date: Mon, 20 Jun 2022 23:21:03 -0700 Subject: [PATCH] test htmls --- spawn.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawn.html b/spawn.html index 1d13baa..d6ce264 100644 --- a/spawn.html +++ b/spawn.html @@ -11,8 +11,8 @@ <p>User info: {{ user }} </p> <p> {{ profile }} {{ profiles }} </p> <p> URL {{url}} </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"/> +<label for="gpus">GPUs</label> <output>{{ extra_resources.n_gpus }}</output> <br/> <label for="cores">CPUS</label> -- GitLab