firetac commited on
Commit
66750dd
·
verified ·
1 Parent(s): 4fe905c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -8,7 +8,7 @@
8
  </head>
9
  <body>
10
  <div class="container">
11
- <h1>Ink2TextVN</h1>
12
  <div class="button-container">
13
  <button type="button" onclick="startWebcam()">Start Webcam</button>
14
  <button type="button" onclick="captureImage()">Capture Image</button>
 
8
  </head>
9
  <body>
10
  <div class="container">
11
+ <h1>Webcam Capture</h1>
12
  <div class="button-container">
13
  <button type="button" onclick="startWebcam()">Start Webcam</button>
14
  <button type="button" onclick="captureImage()">Capture Image</button>