CHANGES :)

This commit is contained in:
2024-03-20 00:28:23 +03:00
parent 813b58a4b0
commit 22e024ab90
2 changed files with 2 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<body>
<div class="video">
<h1>OpenCV Stream video to web browser/HTML page</h1>
<img class="video-frame" src="{{ url_for('video_feed') }}">
<img class="video-frame rounded" src="{{ url_for('video_feed') }}">
</div>
</body>
</html>