We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5a82a commit 7e6e2f1Copy full SHA for 7e6e2f1
projects/create-a-voice-virtual-assistant/create-a-voice-virtual-assistant.mdx
@@ -50,13 +50,12 @@ The final assistant will:
50
51
Here is a sneak peek of the final assistant in action:
52
53
-<iframe
54
- width="315"
55
- height="560"
56
- src="https://i.imgur.com/83XuIPB.mp4"
57
- title="video player"
58
- allowFullScreen
59
-></iframe>
+<p align="center">
+ <video width="1280" height="480" controls>
+ <source src="media/demo.mp4" type="video/mp4">
+ </video>
+</p>
+
60
Let's dive in!
61
62
## Setting Up the Environment
0 commit comments