flatindo commited on
Commit
3b64794
·
1 Parent(s): 472faa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(10)
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