Update README.md
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ def show_image_with_caption(image_path, caption):
|
|
61 |
plt.show()
|
62 |
|
63 |
# Display the first image and its caption
|
64 |
-
first_image_path = df.loc[0, '
|
65 |
first_caption = df.loc[0, 'caption']
|
66 |
show_image_with_caption(first_image_path, first_caption)
|
67 |
```
|
|
|
61 |
plt.show()
|
62 |
|
63 |
# Display the first image and its caption
|
64 |
+
first_image_path = df.loc[0, 'image_filename']
|
65 |
first_caption = df.loc[0, 'caption']
|
66 |
show_image_with_caption(first_image_path, first_caption)
|
67 |
```
|