mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
552 B
23 lines
552 B
div.columns(v-cloak="")
|
|
div.column.is-12
|
|
messages(v-bind:messages="messages")
|
|
|
|
div.card
|
|
|
|
header.card-header
|
|
p.card-header-title File Downloader
|
|
|
|
div.card-content
|
|
h2.subtitle Download labeled data
|
|
|
|
div.control(style="margin-bottom: 1em;")
|
|
block select-format-area
|
|
|
|
block example-format-area
|
|
|
|
button.button.is-primary(
|
|
style="margin-top: 1em;"
|
|
type="submit"
|
|
v-on:click="download()"
|
|
v-bind:class="{'is-loading': isLoading}"
|
|
) Download
|