dungeon29 commited on
Commit
267a813
·
verified ·
1 Parent(s): a51ca9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ def rag_predict_fn(text: str):
361
 
362
  if is_url:
363
  print(f"🌐 Detected URL: {input_text}. Fetching content...")
364
- fetched_content, status = get_url_content(input_text)
365
 
366
  if fetched_content:
367
  # Limit content length to avoid token overflow
 
361
 
362
  if is_url:
363
  print(f"🌐 Detected URL: {input_text}. Fetching content...")
364
+ fetched_content, status = fetch_html_content(input_text)
365
 
366
  if fetched_content:
367
  # Limit content length to avoid token overflow