ankithpatel commited on
Commit
c6097f5
·
verified ·
1 Parent(s): 3e4e648

Update pages/introduction.py

Browse files
Files changed (1) hide show
  1. pages/introduction.py +1 -1
pages/introduction.py CHANGED
@@ -13,7 +13,7 @@ def get_base64_image(img_path):
13
  return base64.b64encode(data).decode()
14
 
15
  # Load local image
16
- img_base64 = get_base64_image(r"C:/Users/ankit/Downloads/0_xRD82KiP1Z0Ko-vv.png")
17
 
18
  # HTML code for the local image
19
  html_code = f"""
 
13
  return base64.b64encode(data).decode()
14
 
15
  # Load local image
16
+ img_base64 = get_base64_image("0_xRD82KiP1Z0Ko-vv.png")
17
 
18
  # HTML code for the local image
19
  html_code = f"""