Skip to content

Commit f61a6af

Browse files
Fix tl;dr value
1 parent 1a98a0c commit f61a6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

built-in-ai/playgrounds/summarizer-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h1>Summarizer API</h1>
144144
<label for="type">Type of summary</label>
145145
<select name="type" id="type">
146146
<option value="key-points" selected>Key points</option>
147-
<option value="tl;dr">TL;DR</option>
147+
<option value="tldr">TL;DR</option>
148148
<option value="teaser">Teaser</option>
149149
<option value="headline">Headline</option>
150150
</select>

0 commit comments

Comments
 (0)