davidlms commited on
Commit
a97a356
·
verified ·
1 Parent(s): 379b089

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def markdown_to_pdf(markdown_content: str, output_path: str) -> str:
206
  html_content = re.sub(r'<h2>', r'<h2 class="exercise-break">', html_content)
207
 
208
  # Get the logo path
209
- logo_path = Path(__file__) / "assets" / "logo.svg"
210
  logo_exists = logo_path.exists()
211
 
212
  # Add CSS styling with IPMentor branding colors
 
206
  html_content = re.sub(r'<h2>', r'<h2 class="exercise-break">', html_content)
207
 
208
  # Get the logo path
209
+ logo_path = "https://huggingface.co/spaces/Agents-MCP-Hackathon/ipmentor-subnetting-exercises-generator/resolve/main/assets/logo.svg"
210
  logo_exists = logo_path.exists()
211
 
212
  # Add CSS styling with IPMentor branding colors