Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fchollet/ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Jun 19, 2024
2 parents 01dcabd + 79427e1 commit dd519b1
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 @@ -18,7 +18,7 @@
<body>
<div id="modal_bg">
<div id="modal">
<div>Welcome to the ARC testing interface. <br /> Choose a task file to start, or click on "Random task" to load one from the ARC project on github.</div>
<div>Welcome to the ARC testing interface. <br /> Choose a task file to start, or click on "Random task" to load one from the ARC project on GitHub.</div>
<br />
<input type="file" class="load_task"/>
<button onclick="randomTask()" id="random_task_btn">Random task</button>
Expand Down

0 comments on commit dd519b1

Please sign in to comment.