Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|