Update app.py
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ def markdown_to_pdf(markdown_content: str, output_path: str) -> str:
|
|
357 |
</style>
|
358 |
</head>
|
359 |
<body>
|
360 |
-
<img src="{logo_path
|
361 |
</body>
|
362 |
</html>
|
363 |
"""
|
|
|
357 |
</style>
|
358 |
</head>
|
359 |
<body>
|
360 |
+
<img src="{logo_path}" alt="IPMentor" class="logo">
|
361 |
</body>
|
362 |
</html>
|
363 |
"""
|