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 d12ba36 commit 20197fcCopy full SHA for 20197fc
recipes/quickstart/NotebookLlama/README.md
@@ -2,8 +2,11 @@
2
3
Here's the output Podcast from the example you will use in the guide:
4
<audio controls>
5
- <source src="./resources/_podcast.mp3" type="audio/mpeg">
6
- Your browser does not support the audio element.
+ <source src="./resources/_podcast.mp3" type="audio/mpeg">
+ <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>
10
</audio>
11
12
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