Skip to content

Commit 7e6e2f1

Browse files
committed
Update create-a-voice-virtual-assistant.mdx
1 parent 0b5a82a commit 7e6e2f1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

projects/create-a-voice-virtual-assistant/create-a-voice-virtual-assistant.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,12 @@ The final assistant will:
5050

5151
Here is a sneak peek of the final assistant in action:
5252

53-
<iframe
54-
width="315"
55-
height="560"
56-
src="https://i.imgur.com/83XuIPB.mp4"
57-
title="video player"
58-
allowFullScreen
59-
></iframe>
53+
<p align="center">
54+
<video width="1280" height="480" controls>
55+
<source src="media/demo.mp4" type="video/mp4">
56+
</video>
57+
</p>
58+
6059
Let's dive in!
6160

6261
## Setting Up the Environment

0 commit comments

Comments
 (0)