mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 06:08:13 +02:00
unified the styles of the ids
This commit is contained in:
@ -20,30 +20,30 @@
|
||||
|
||||
<fieldset>
|
||||
<legend><strong>Download a Dataset</strong></legend>
|
||||
<label for="datasetSelect">Dataset:</label>
|
||||
<select id="datasetSelect">
|
||||
<label for="dataset-select">Dataset:</label>
|
||||
<select id="dataset-select">
|
||||
<option value="comment_generation">Comment Generation</option>
|
||||
<option value="code_refinement">Code Refinement</option>
|
||||
</select>
|
||||
<label>
|
||||
<input type="checkbox" id="withContext">
|
||||
<input type="checkbox" id="with-context">
|
||||
Include context
|
||||
</label>
|
||||
<br /><br />
|
||||
<button id="downloadBtn">Download</button>
|
||||
<button id="download-dataset">Download</button>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend><strong>Upload Your Answers</strong></legend>
|
||||
<label for="answerType">Type:</label>
|
||||
<select id="answerType">
|
||||
<label for="answer-cype">Type:</label>
|
||||
<select id="answer-cype">
|
||||
<option value="comments">Comment Generation</option>
|
||||
<option value="refinement">Code Refinement</option>
|
||||
</select>
|
||||
<br /><br />
|
||||
<input type="file" id="fileInput" accept="application/json" />
|
||||
<input type="file" id="file-cnput" accept="application/json" />
|
||||
<br /><br />
|
||||
<button id="uploadBtn">Upload JSON</button>
|
||||
<button id="upload-btn">Upload JSON</button>
|
||||
<span id="status" style="color: green;"> </span>
|
||||
</fieldset>
|
||||
|
||||
@ -57,7 +57,7 @@
|
||||
</div>
|
||||
|
||||
<div id="results-container">
|
||||
<h3>Results</h3>
|
||||
<h3>Results<button id="download-results">Download</button></h3>
|
||||
<table class="sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user