fix: typos in play_mario, handtrack examples (#566)

This commit is contained in:
munyoudoum
2022-07-05 01:19:18 +07:00
committed by GitHub
parent ee9b0960f7
commit 9b3433f6ae
2 changed files with 5 additions and 5 deletions

View File

@@ -7,9 +7,9 @@
<title>Svelte app</title>
<link rel="icon" type="image/png" href="../favicon.png" />
<link rel="stylesheet" href="../https://pyscript.net/alpha/pyscript.css" />
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css" />
<script defer src="../https://pyscript.net/alpha/pyscript.js"></script>
<script defer src="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<body>
@@ -72,7 +72,7 @@ def toggle_video(evt):
async def start_video():
global isVideo
update_note.write("Inside sstart video")
update_note.write("Inside start video")
status = await handTrack.startVideo(video.element)
console.log("video started", status)
if status: