This commit is contained in:
gowrikumar 2024-06-20 19:39:40 +00:00 committed by GitHub
commit 50bf84f9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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()])"
]
},
{