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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def markdown_to_pdf(markdown_content: str, output_path: str) -> str:
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
213
  styled_html = f"""
 
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 = True
211
 
212
  # Add CSS styling with IPMentor branding colors
213
  styled_html = f"""