Update utils.py
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
|