From 0a663475bc87fc17a53dec517486c818e8b1a66c Mon Sep 17 00:00:00 2001 From: tusharmakkar08 Date: Mon, 6 Apr 2020 12:44:34 +0530 Subject: [PATCH] Clarified input format --- frontend/store/projects.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/store/projects.js b/frontend/store/projects.js index 8523c5fc..c4f4666b 100644 --- a/frontend/store/projects.js +++ b/frontend/store/projects.js @@ -57,7 +57,7 @@ export const getters = { } const json = { type: 'json', - text: 'JSON', + text: 'JSONL', accept: '.json,.jsonl' } const conll = { @@ -134,11 +134,11 @@ export const getters = { } const json = { type: 'json', - text: 'JSON' + text: 'JSONL' } const jsonl = { type: 'json1', - text: 'JSON(Text label)' + text: 'JSONL(Text label)' } if (state.current.project_type === 'DocumentClassification') { json.examples = [