Spaces:
Running
Running
Update templates/HomeS.html
Browse files- templates/HomeS.html +5 -5
templates/HomeS.html
CHANGED
@@ -20,8 +20,8 @@
|
|
20 |
<button>Got it</button>
|
21 |
</div>
|
22 |
<ul class="select-options">
|
23 |
-
<li><label><input type="radio" name="
|
24 |
-
<li><label><input type="radio" name="
|
25 |
</ul>
|
26 |
<div class="convo">
|
27 |
</div>
|
@@ -39,9 +39,9 @@
|
|
39 |
<div class="LengthS">
|
40 |
<p>Summary lenght :</p>
|
41 |
<ul class="select-optionsS">
|
42 |
-
<li><label><input type="radio" name="
|
43 |
-
<li><label><input type="radio" name="
|
44 |
-
<li><label><input type="radio" name="
|
45 |
</ul>
|
46 |
</div>
|
47 |
<div class="SummuririzeButtons">
|
|
|
20 |
<button>Got it</button>
|
21 |
</div>
|
22 |
<ul class="select-options">
|
23 |
+
<li><label><input type="radio" name="mode" value="Summarize"> Summarize</label></li>
|
24 |
+
<li><label><input type="radio" name="mode" value="Captioning"> Captioning</label></li>
|
25 |
</ul>
|
26 |
<div class="convo">
|
27 |
</div>
|
|
|
39 |
<div class="LengthS">
|
40 |
<p>Summary lenght :</p>
|
41 |
<ul class="select-optionsS">
|
42 |
+
<li><label><input type="radio" name="lenght" value="Short"> Short</label></li>
|
43 |
+
<li><label><input type="radio" name="lenght" value="Medium"> Medium</label></li>
|
44 |
+
<li><label><input type="radio" name="lenght" value="Long"> Long</label></li>
|
45 |
</ul>
|
46 |
</div>
|
47 |
<div class="SummuririzeButtons">
|