Replace images/chapter1_cat_example.jpg with image_cat()

To Fixing the following error :
‘FileNotFoundError: [Errno 2] No such file or directory: ‘images/chapter1_cat_example.jpg’’ error
This commit is contained in:
gowrikumar 2023-02-06 13:34:08 -08:00 committed by GitHub
parent 823b69e00a
commit 8314e23deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -730,7 +730,7 @@
"source": [
"#hide\n",
"# For the book, we can't actually click an upload button, so we fake it\n",
"uploader = SimpleNamespace(data = ['images/chapter1_cat_example.jpg'])"
"uploader = SimpleNamespace(data = [image_cat()])"
]
},
{