smjain commited on
Commit
58cd8c2
1 Parent(s): 54d9ae0

Upload ui.html

Browse files
Files changed (1) hide show
  1. templates/ui.html +2 -2
templates/ui.html CHANGED
@@ -10,9 +10,9 @@
10
 
11
  <h2>Upload Audio for Conversion</h2>
12
 
13
- <form id="uploadForm" name="spk_id" enctype="multipart/form-data">
14
  <label for="spk_id">Speaker:</label>
15
- <select id="weightsDropdown">
16
  <!-- Options will be added here dynamically -->
17
  </select>
18
 
 
10
 
11
  <h2>Upload Audio for Conversion</h2>
12
 
13
+ <form id="uploadForm" enctype="multipart/form-data">
14
  <label for="spk_id">Speaker:</label>
15
+ <select id="weightsDropdown" name="spk_id">
16
  <!-- Options will be added here dynamically -->
17
  </select>
18