DmitrMakeev commited on
Commit
c98d598
1 Parent(s): 86cf14a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def index():
50
  </head>
51
  <body>
52
  <h1>Latest Image</h1>
53
- <img id="cameraImage" src="/image" alt="Camera Image" style="width:100%;">
54
  <script>
55
  setInterval(function(){
56
  var image = document.getElementById("cameraImage");
 
50
  </head>
51
  <body>
52
  <h1>Latest Image</h1>
53
+ <img id="cameraImage" src="/image" alt="Image" style="width:100%;">
54
  <script>
55
  setInterval(function(){
56
  var image = document.getElementById("cameraImage");