mgbam commited on
Commit
b2a87aa
·
verified ·
1 Parent(s): 42d7039

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +0 -4
utils.py CHANGED
@@ -49,7 +49,3 @@ def extract_text_from_file(filepath: str) -> str:
49
  def extract_website_content(url: str) -> str:
50
  # Placeholder: Implement actual web scraping logic here
51
  return "Website content from URL: " + url
52
-
53
- def handle_load_project(url: str):
54
- # Placeholder for handling load project logic
55
- return f"Loaded project from {url}"
 
49
  def extract_website_content(url: str) -> str:
50
  # Placeholder: Implement actual web scraping logic here
51
  return "Website content from URL: " + url