Gregniuki commited on
Commit
2cb1592
·
1 Parent(s): de77473

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. 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
- <button id="load_btn">Load it!</button>
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;">