Browse Source

iss45: update texts for importing to be more honest about csv format

pull/55/head
serhii.nechyporchuk 5 years ago
parent
commit
46df652a14
1 changed files with 2 additions and 2 deletions
  1. 4
      app/server/templates/admin/dataset_upload.html

4
app/server/templates/admin/dataset_upload.html

@ -20,7 +20,7 @@
<b>To annotate texts, you first need to import a set of text items to annotate it.</b>
</p>
<ul.is-unstyled>
<li>TXT file: each line should contain a text.</li>
<li>CSV file: file must contain a header with a text column or be one-column csv file.</li>
<li>JSON file: each line should contain a json object with at least one key 'text', which contains a text.</li>
</ul.is-unstyled>
<form action="" method="post" enctype="multipart/form-data">
@ -28,7 +28,7 @@
<div class="section">
<div class="control">
<label class="radio mb10">
<input type="radio" name="format" value="csv" checked> Upload a TXT file from your computer<br>
<input type="radio" name="format" value="csv" checked> Upload a CSV file from your computer<br>
<input type="radio" name="format" value="json" checked> Upload a JSON file from your computer<br>
</label>
<div class="file has-name is-small mb20">

Loading…
Cancel
Save