Skip to content

Commit

Permalink
organize labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel committed Feb 15, 2020
1 parent d259771 commit d9b2f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/testing_interface.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
<div id="evaluation_output_editor">

<div id="load_task_control_btns">
<input type="file" id="load_task_file_input" class="load_task"/>
<label for="load_task_file_input">Load task JSON: </label>
<input type="file" id="load_task_file_input" class="load_task"/>
<p>
<button onclick="randomTask()" id="random_task_btn">Random task</button>
<label id='task_nm' for="random_task_btn"> task not chosen </label>
Expand Down

0 comments on commit d9b2f86

Please sign in to comment.