Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ def html_to_markdown_converter(url: str, html_input: str) -> str:
|
|
| 302 |
|
| 303 |
|
| 304 |
# --- Gradio Interface Definition (Adjust description slightly) ---
|
| 305 |
-
title = "
|
| 306 |
description = """
|
| 307 |
Enter a URL **or** paste HTML code directly into the text box below.
|
| 308 |
- For **URLs**, the tool attempts to extract the main article content using `readability` before converting.
|
|
|
|
| 302 |
|
| 303 |
|
| 304 |
# --- Gradio Interface Definition (Adjust description slightly) ---
|
| 305 |
+
title = "Smart Scrape Any URL or Website to Markdown in Expert Mode CPU]"
|
| 306 |
description = """
|
| 307 |
Enter a URL **or** paste HTML code directly into the text box below.
|
| 308 |
- For **URLs**, the tool attempts to extract the main article content using `readability` before converting.
|