We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc6d25 commit 8e1595bCopy full SHA for 8e1595b
src/example.html
@@ -26,7 +26,7 @@ <h1>Speech-to-Text Transcriber: Upload Any Video</h1>
26
<br>
27
28
<form action="">
29
- <h2>Upload video to start</h2>
+ <label for="video">Upload video to start</label>
30
<input type="file" name="video" id="video" accept="video/*">
31
<br><br>
32
<h2>Set Captions Type</h2>
src/style.css
@@ -71,4 +71,8 @@ floating-captions:active {
71
display: flex;
72
flex-wrap: wrap;
73
gap: 10px;
74
+}
75
+
76
+form {
77
+ text-align: center;
78
}
0 commit comments