Spaces:
Sleeping
Sleeping
yukiapple323
commited on
Commit
•
08c3fe3
1
Parent(s):
f7b541a
Update templates/index.html
Browse files- templates/index.html +3 -3
templates/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title
|
7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
8 |
<style>
|
9 |
body {
|
@@ -69,9 +69,9 @@
|
|
69 |
</head>
|
70 |
<body>
|
71 |
<div class="container">
|
72 |
-
<h1
|
73 |
<video id="video" autoplay></video>
|
74 |
-
<button id="snap"
|
75 |
<canvas id="canvas"></canvas>
|
76 |
<p id="analysisResult" class="result"></p>
|
77 |
</div>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>GluColor-색으로 당 수치 보기</title>
|
7 |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
|
8 |
<style>
|
9 |
body {
|
|
|
69 |
</head>
|
70 |
<body>
|
71 |
<div class="container">
|
72 |
+
<h1>GluColor-색으로 당 수치 보기</h1>
|
73 |
<video id="video" autoplay></video>
|
74 |
+
<button id="snap">Capture</button>
|
75 |
<canvas id="canvas"></canvas>
|
76 |
<p id="analysisResult" class="result"></p>
|
77 |
</div>
|