Gregniuki commited on
Commit
d66cb51
·
1 Parent(s): fb47690

Update templates/interface.html

Browse files
Files changed (1) hide show
  1. templates/interface.html +6 -5
templates/interface.html CHANGED
@@ -64,11 +64,7 @@
64
  </audio>
65
  <a href="{{ file_url }}" download>Download Audio</a>
66
  {% endif %}
67
-
68
-
69
-
70
- </form>
71
- <script>
72
  // Get references to the checkbox and audio elements
73
  const playCheckbox = document.getElementById("play");
74
  const audioPlayer = document.getElementById("audio-player");
@@ -84,6 +80,11 @@
84
  }
85
  });
86
  </script>
 
 
 
 
 
87
  <script>
88
  // JavaScript function for handling the "Exit" button click
89
  function closeGUI() {
 
64
  </audio>
65
  <a href="{{ file_url }}" download>Download Audio</a>
66
  {% endif %}
67
+ <script>
 
 
 
 
68
  // Get references to the checkbox and audio elements
69
  const playCheckbox = document.getElementById("play");
70
  const audioPlayer = document.getElementById("audio-player");
 
80
  }
81
  });
82
  </script>
83
+
84
+
85
+
86
+ </form>
87
+
88
  <script>
89
  // JavaScript function for handling the "Exit" button click
90
  function closeGUI() {