Skip to content

Commit

Permalink
added untitled when parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Apr 24, 2024
1 parent 597a23a commit 3f4604f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsing.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ function getParsedData(parse_data_id) {
treesArray = convertToJSON(data);

view([$(".upload")], hideComponents);
addFilenameToHtmlElements('Untitled.conllx');
getTree(treesArray[0]);
})
.catch(error => console.log('error', error));
Expand Down

0 comments on commit 3f4604f

Please sign in to comment.