Spaces:
Build error
Build error
Update pages/introduction.py
Browse files- 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
|
| 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/0_xRD82KiP1Z0Ko-vv.png")
|
| 17 |
|
| 18 |
# HTML code for the local image
|
| 19 |
html_code = f"""
|