mawadalla commited on
Commit
0dbe804
1 Parent(s): 703fb21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, 'path_to_image']
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
  ```