Spaces:
Runtime error
Runtime error
Update templates/interface.html
Browse files- templates/interface.html +1 -1
templates/interface.html
CHANGED
|
@@ -22,7 +22,7 @@
|
|
| 22 |
<option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>
|
| 23 |
{% endfor %}
|
| 24 |
</select>
|
| 25 |
-
|
| 26 |
</div>
|
| 27 |
|
| 28 |
<div id="speaker_selection" style="display: none;">
|
|
|
|
| 22 |
<option {% if option == data.default_speaker %}selected{% endif %}>{{ option }}</option>
|
| 23 |
{% endfor %}
|
| 24 |
</select>
|
| 25 |
+
|
| 26 |
</div>
|
| 27 |
|
| 28 |
<div id="speaker_selection" style="display: none;">
|