Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jqug authored Jun 4, 2024
1 parent 9670dd2 commit 4d22480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<h1>DSA 2024 | Speech Technology</h1>

<input id="languageCode" type="text" placeholder="Language code, e.g., eng, swh, lug." />
<textarea id="inputTextArea" placeholder="Paste your tab-separated values here..."></textarea>
<textarea id="inputTextArea" placeholder="Paste your tab-separated values here..." style="height: 250px"></textarea>
<div>
<button id="loadTextButton">Load Text</button>
<button id="prevButton" style="display:none" disabled>Previous</button>
Expand Down

0 comments on commit 4d22480

Please sign in to comment.