This commit is contained in:
gowrikumar 2025-02-03 13:00:59 +00:00 committed by GitHub
commit 549537e468
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()])"
]
},
{