Spaces:
Sleeping
Sleeping
Update templates/design.html
Browse files- templates/design.html +5 -3
templates/design.html
CHANGED
|
@@ -13,9 +13,11 @@
|
|
| 13 |
<i class="fas fa-microphone"></i>
|
| 14 |
</div>
|
| 15 |
</div>
|
| 16 |
-
<
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
| 19 |
<div id="loadingSpinner" style="display: none;"></div>
|
| 20 |
<script src="{{ url_for('static', filename='js/design.js') }}"></script>
|
| 21 |
</body>
|
|
|
|
| 13 |
<i class="fas fa-microphone"></i>
|
| 14 |
</div>
|
| 15 |
</div>
|
| 16 |
+
<div class="controls">
|
| 17 |
+
<audio id="audioPlayback" controls style="display: none;"></audio>
|
| 18 |
+
<button id="transcribeButton" style="display: none;">Transcribe</button>
|
| 19 |
+
</div>
|
| 20 |
+
<div id="transcriptionResult" class="transcription-result"></div>
|
| 21 |
<div id="loadingSpinner" style="display: none;"></div>
|
| 22 |
<script src="{{ url_for('static', filename='js/design.js') }}"></script>
|
| 23 |
</body>
|