Skip to content

Commit 47114ae

Browse files
committed
minor.
1 parent dc75e9c commit 47114ae

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

interpreter/demos/otf_spectrogram.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<div id="dirChooser">
145145
<div class="row justify-content-md-center">
146146
<div class="col-md-4">
147-
<h1> Squirrels & Munks Audio Annotator </h1>
147+
<h1> On The Fly Audio Annotator </h1>
148148
</div>
149149
</div>
150150
<div class="row justify-content-md-center mb-5">
@@ -158,6 +158,24 @@ <h1> Squirrels & Munks Audio Annotator </h1>
158158
</form>
159159
</div>
160160
</div>
161+
162+
<hr>
163+
164+
<div class="benigncenter">
165+
<h3>Download a Sample Task:</h3>
166+
</div>
167+
168+
<a href="static/audio_example_task.tar.gz" class="benigncenter">
169+
<button class="btn" style="width:50%"><i class="fa fa-download"></i> Download as Gzipped Tar </button>
170+
</a>
171+
172+
<a href="static/audio_example_task.zip" class="benigncenter">
173+
<button class="btn" style="width:50%"><i class="fa fa-download"></i> Download as Zip </button>
174+
</a>
175+
176+
<hr>
177+
178+
161179
</div>
162180

163181
<!-- This is where the Leaflet Annotators will go -->

0 commit comments

Comments
 (0)