springchill
commited on
Commit
•
7218922
1
Parent(s):
4778007
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -59,9 +59,11 @@
|
|
59 |
<header>
|
60 |
<h1>Speech Recognition Landing Page</h1>
|
61 |
</header>
|
62 |
-
|
63 |
<h2>Speech to Text</h2>
|
64 |
-
<
|
|
|
|
|
65 |
<div id="output">
|
66 |
<p id="transcription">Transcription will appear here...</p>
|
67 |
</div>
|
|
|
59 |
<header>
|
60 |
<h1>Speech Recognition Landing Page</h1>
|
61 |
</header>
|
62 |
+
<div class="container">
|
63 |
<h2>Speech to Text</h2>
|
64 |
+
<form id="recordingForm" action="/start-recording" method="POST">
|
65 |
+
<button type="submit" id="speechButton">Start Recording</button>
|
66 |
+
</form>
|
67 |
<div id="output">
|
68 |
<p id="transcription">Transcription will appear here...</p>
|
69 |
</div>
|