vancauwe commited on
Commit
a62a456
·
1 Parent(s): ba44854

fix: image path

Browse files
Files changed (1) hide show
  1. src/whale_gallery.py +1 -1
src/whale_gallery.py CHANGED
@@ -67,7 +67,7 @@ def render_whale_gallery(n_cols:int = 4) -> None:
67
  url = sw_wv.df_whale_img_ref.iloc[ix].loc['WHALE_REFERENCES']
68
  # Define image paths
69
  current_dir = os.getcwd()
70
- image_path = os.path.join(current_dir, "images/references/", img_name)
71
  #image_path = f"images/references/{img_name}"
72
  #next(cols).image(image_path, width=150, caption=f"{whale_name}")
73
  thing = next(cols)
 
67
  url = sw_wv.df_whale_img_ref.iloc[ix].loc['WHALE_REFERENCES']
68
  # Define image paths
69
  current_dir = os.getcwd()
70
+ image_path = os.path.join(current_dir, "src/images/references/", img_name)
71
  #image_path = f"images/references/{img_name}"
72
  #next(cols).image(image_path, width=150, caption=f"{whale_name}")
73
  thing = next(cols)