Browse Source

Update dataset upload description

pull/10/head
Hironsan 6 years ago
parent
commit
d98e8b8555
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,14 +20,14 @@
<b>To annotate texts, you first need to import a set of text items to annotate it.</b> <b>To annotate texts, you first need to import a set of text items to annotate it.</b>
</p> </p>
<p> <p>
Each item should contain a text.
Each line should contain a text.
</p> </p>
<form action="" method="post" enctype="multipart/form-data"> <form action="" method="post" enctype="multipart/form-data">
{% csrf_token %} {% csrf_token %}
<div class="section"> <div class="section">
<div class="control"> <div class="control">
<label class="radio" style="margin-bottom:10px;"> <label class="radio" style="margin-bottom:10px;">
<input type="radio" name="format" checked> Upload a CSV file from your computer
<input type="radio" name="format" checked> Upload a TXT file from your computer
</label> </label>
<div class="file is-small" style="margin-bottom:20px;"> <div class="file is-small" style="margin-bottom:20px;">
<label class="file-label"> <label class="file-label">

Loading…
Cancel
Save