Skip to content

Commit 8e1595b

Browse files
author
yashrajbharticybtekk
committed
add: base example
1 parent bfc6d25 commit 8e1595b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1>Speech-to-Text Transcriber: Upload Any Video</h1>
2626
<br>
2727

2828
<form action="">
29-
<h2>Upload video to start</h2>
29+
<label for="video">Upload video to start</label>
3030
<input type="file" name="video" id="video" accept="video/*">
3131
<br><br>
3232
<h2>Set Captions Type</h2>

src/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,8 @@ floating-captions:active {
7171
display: flex;
7272
flex-wrap: wrap;
7373
gap: 10px;
74+
}
75+
76+
form {
77+
text-align: center;
7478
}

0 commit comments

Comments
 (0)