yukiapple323 commited on
Commit
08c3fe3
1 Parent(s): f7b541a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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>성분분석표</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>성분분석표</h1>
73
  <video id="video" autoplay></video>
74
- <button id="snap">사진 찍기</button>
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>