diff --git a/spawn.html b/spawn.html
index 3e324158b841fbf23756e6c4f6a0aead20dbf98e..7b73f94f10a57e54a0bd3a64116a2f75f61c7230 100644
--- a/spawn.html
+++ b/spawn.html
@@ -15,7 +15,8 @@
 </form>
 
 <label for="gpus">GPUs</label>
-<input class="form-control input-lg" type="range" name="gpus" value="0" min="0" max="4"/>
+<input class="form-control input-lg" type="range" name="gpus" value="0" min="0" max="4" oninput="this.nextElementSibling.value = this.value"/>
+<output>0</output>  
 <br/>
 <label for="cores">Cores</label>
 <input class="form-control input-lg" type="range" name="cores" value="1" min="0" max="96"/>
@@ -23,6 +24,5 @@
 <label for="ram">RAM, GB</label>
 <input class="form-control input-lg" type="range" name="ram" value="8" min="1" max="512"/>
 <br/>
-  
 <p>Testing spawner</p>
 {% endblock %}
\ No newline at end of file