Nymbo commited on
Commit
18bb794
·
verified ·
1 Parent(s): b708e4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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():