Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,6 @@ def extract_relevant(
|
|
251 |
max_links: int = 20
|
252 |
) -> str:
|
253 |
"""
|
254 |
-
Layman's terms: the main button action.
|
255 |
Given a URL, fetch the page, extract just the good stuff, and return a compact Markdown summary.
|
256 |
"""
|
257 |
if not url or not url.strip():
|
|
|
251 |
max_links: int = 20
|
252 |
) -> str:
|
253 |
"""
|
|
|
254 |
Given a URL, fetch the page, extract just the good stuff, and return a compact Markdown summary.
|
255 |
"""
|
256 |
if not url or not url.strip():
|