Update app.py
Browse files
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 =
|
| 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"""
|