Spaces:
Running
Running
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
|
18 |
</div>
|
19 |
<div>
|
20 |
-
<label for="selection">Select
|
21 |
<select id="speaker" name="speaker">
|
22 |
{% for option in data.speaker_options %}
|
23 |
<option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>
|
|
|
17 |
|
18 |
</div>
|
19 |
<div>
|
20 |
+
<label for="selection">Select Language:</label>
|
21 |
<select id="speaker" name="speaker">
|
22 |
{% for option in data.speaker_options %}
|
23 |
<option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>
|