Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ async def perform_web_browse(action: str, query: str, browser_name: str, search_
|
|
| 134 |
|
| 135 |
browser_instance = PLAYWRIGHT_STATE[browser_key]
|
| 136 |
|
| 137 |
-
if action == "Scrape
|
| 138 |
if not query.startswith(('http://', 'https://')):
|
| 139 |
url = f"http://{query}"
|
| 140 |
else:
|
|
|
|
| 134 |
|
| 135 |
browser_instance = PLAYWRIGHT_STATE[browser_key]
|
| 136 |
|
| 137 |
+
if action == "Scrape":
|
| 138 |
if not query.startswith(('http://', 'https://')):
|
| 139 |
url = f"http://{query}"
|
| 140 |
else:
|