Spaces:
Running
Running
Update templates/HomeS.html
Browse files- templates/HomeS.html +2 -2
templates/HomeS.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
</div>
|
24 |
|
25 |
<ul class="select-options">
|
26 |
-
<li><label><input type="radio" id="summarize-radio" name="mode" value="Summarize" checked> Summarize</label></li>
|
27 |
<li><label><input type="radio" name="mode" value="Captioning"> Captioning</label></li>
|
28 |
</ul>
|
29 |
|
@@ -45,7 +45,7 @@
|
|
45 |
<div class="LengthS">
|
46 |
<p>Summary length:</p>
|
47 |
<ul class="select-optionsS">
|
48 |
-
<li><label><input type="radio" name="length" value="Short"> Short</label></li>
|
49 |
<li><label><input type="radio" name="length" value="Medium" checked> Medium</label></li>
|
50 |
<li><label><input type="radio" name="length" value="Long"> Long</label></li>
|
51 |
</ul>
|
|
|
23 |
</div>
|
24 |
|
25 |
<ul class="select-options">
|
26 |
+
<li><label><input type="radio" id="summarize-radio" name="mode" value="Summarize" checked> Summarize</label></li>
|
27 |
<li><label><input type="radio" name="mode" value="Captioning"> Captioning</label></li>
|
28 |
</ul>
|
29 |
|
|
|
45 |
<div class="LengthS">
|
46 |
<p>Summary length:</p>
|
47 |
<ul class="select-optionsS">
|
48 |
+
<li><label><input type="radio" name="length" value="Short"> Short</label></li>
|
49 |
<li><label><input type="radio" name="length" value="Medium" checked> Medium</label></li>
|
50 |
<li><label><input type="radio" name="length" value="Long"> Long</label></li>
|
51 |
</ul>
|