springchill commited on
Commit
7218922
1 Parent(s): 4778007

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -2
index.html CHANGED
@@ -59,9 +59,11 @@
59
  <header>
60
  <h1>Speech Recognition Landing Page</h1>
61
  </header>
62
- <div class="container">
63
  <h2>Speech to Text</h2>
64
- <button id="speechButton">Start Recording</button>
 
 
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>