shuv25 commited on
Commit
2c627f0
·
verified ·
1 Parent(s): 7057f40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/main_logo.png")
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: