ankithpatel commited on
Commit
4d7d41d
verified
1 Parent(s): e0b711e

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("C:\Users\ankit\Downloads\DALL路E 2024-12-05 09.53.46 - A detailed and visually appealing mind map illustrating the field of Data Science. The central node labeled 'Data Science' connects to key branches li.webp")
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(r"C:\Users\ankit\Downloads\DALL路E 2024-12-05 09.53.46 - A detailed and visually appealing mind map illustrating the field of Data Science. The central node labeled 'Data Science' connects to key branches li.webp")
17
 
18
  # HTML code for the local image
19
  html_code = f"""