mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
changed the names appearing in the selections
This commit is contained in:
@ -15,8 +15,8 @@
|
||||
<legend><strong>Download a Dataset</strong></legend>
|
||||
<label for="datasetSelect">Dataset:</label>
|
||||
<select id="datasetSelect">
|
||||
<option value="comment_generation">comment_generation</option>
|
||||
<option value="code_refinement">code_refinement</option>
|
||||
<option value="comment_generation">Comment Generation</option>
|
||||
<option value="code_refinement">Code Refinement</option>
|
||||
</select>
|
||||
<label>
|
||||
<input type="checkbox" id="withContext">
|
||||
@ -30,8 +30,8 @@
|
||||
<legend><strong>Upload Your Answers</strong></legend>
|
||||
<label for="answerType">Type:</label>
|
||||
<select id="answerType">
|
||||
<option value="comments">Comments</option>
|
||||
<option value="refinement">Refinement</option>
|
||||
<option value="comments">Comment Generation</option>
|
||||
<option value="refinement">Code Refinement</option>
|
||||
</select>
|
||||
<br /><br />
|
||||
<input type="file" id="fileInput" accept="application/json" />
|
||||
|
Reference in New Issue
Block a user