Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def index():
|
|
49 |
<title>Camera Image</title>
|
50 |
</head>
|
51 |
<body>
|
52 |
-
<h1>Latest
|
53 |
<img id="cameraImage" src="/image" alt="Camera Image" style="width:100%;">
|
54 |
<script>
|
55 |
setInterval(function(){
|
|
|
49 |
<title>Camera Image</title>
|
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(){
|