Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ with open(css_path, "r") as f:
|
|
| 16 |
|
| 17 |
logo_path = os.path.join(BASE_DIR, "public/linkedin.png")
|
| 18 |
email_path = os.path.join(BASE_DIR, "public/email_icon.png")
|
| 19 |
-
main_logo = os.path.join(BASE_DIR, "public/
|
| 20 |
|
| 21 |
def embed_image_base64(path):
|
| 22 |
with open(path, "rb") as f:
|
|
|
|
| 16 |
|
| 17 |
logo_path = os.path.join(BASE_DIR, "public/linkedin.png")
|
| 18 |
email_path = os.path.join(BASE_DIR, "public/email_icon.png")
|
| 19 |
+
main_logo = os.path.join(BASE_DIR, "public/main-logo.png")
|
| 20 |
|
| 21 |
def embed_image_base64(path):
|
| 22 |
with open(path, "rb") as f:
|