shuv25 commited on
Commit
585c0f1
·
verified ·
1 Parent(s): 81090ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with open(css_path, "r") as f:
18
 
19
 
20
 
21
- logo_path = os.path.join(BASE_DIR, "main-logo.png")
22
 
23
  def embed_image_base64(path):
24
  with open(path, "rb") as f:
 
18
 
19
 
20
 
21
+ logo_path = os.path.join(BASE_DIR, "public/main-logo.png")
22
 
23
  def embed_image_base64(path):
24
  with open(path, "rb") as f: