diff --git a/app/server/templates/admin/dataset_upload.html b/app/server/templates/admin/dataset_upload.html index b8c0458b..169ebf6a 100644 --- a/app/server/templates/admin/dataset_upload.html +++ b/app/server/templates/admin/dataset_upload.html @@ -20,7 +20,7 @@ To annotate texts, you first need to import a set of text items to annotate it.

-
  • TXT file: each line should contain a text.
  • +
  • CSV file: file must contain a header with a text column or be one-column csv file.
  • JSON file: each line should contain a json object with at least one key 'text', which contains a text.
  • @@ -28,7 +28,7 @@