Skip to content

Commit

Permalink
inline css
Browse files Browse the repository at this point in the history
  • Loading branch information
DGKSK8LIFE committed Oct 24, 2020
1 parent 27dc903 commit a7d8f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/model/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<body>
<h1 class="title">Mask Detector</h1>
<img src="{{ url_for('video_feed') }}" class="video">
<img src="{{ url_for('video_feed') }}" class="video" style="text-align: center;">
</body>

</html>

0 comments on commit a7d8f2f

Please sign in to comment.