davidlms commited on
Commit
d63408c
·
verified ·
1 Parent(s): 4630465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.as_uri()}" alt="IPMentor" class="logo">
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
  """