Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def web_scrape(url):
|
|
| 33 |
wd = webdriver.Chrome(options=options)
|
| 34 |
wd.set_window_size(1080, 720) # Adjust the window size here
|
| 35 |
wd.get(url)
|
| 36 |
-
wd.implicitly_wait(
|
| 37 |
page_title = wd.title.replace("Stock Photo | Adobe Stock", "").strip()
|
| 38 |
#content_value = meta_element.get_attribute("name")
|
| 39 |
|
|
|
|
| 33 |
wd = webdriver.Chrome(options=options)
|
| 34 |
wd.set_window_size(1080, 720) # Adjust the window size here
|
| 35 |
wd.get(url)
|
| 36 |
+
wd.implicitly_wait(70)
|
| 37 |
page_title = wd.title.replace("Stock Photo | Adobe Stock", "").strip()
|
| 38 |
#content_value = meta_element.get_attribute("name")
|
| 39 |
|