Skip to content

Commit 20197fc

Browse files
committed
fix path
1 parent d12ba36 commit 20197fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

recipes/quickstart/NotebookLlama/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
Here's the output Podcast from the example you will use in the guide:
44
<audio controls>
5-
<source src="./resources/_podcast.mp3" type="audio/mpeg">
6-
Your browser does not support the audio element.
5+
<source src="./resources/_podcast.mp3" type="audio/mpeg">
6+
<p>
7+
Your browser doesn't support HTML5 audio. Here is a
8+
<a href="./resources/_podcast.mp3">link to download the audio</a> instead.
9+
</p>
710
</audio>
811

912
This is a guided series of tutorials/notebooks that can be taken as a reference or course to build a PDF to Podcast workflow.

0 commit comments

Comments
 (0)