srinuksv commited on
Commit
8d488aa
·
verified ·
1 Parent(s): 0338301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def scrape_upwork_data(search_query, num_jobs, page):
29
 
30
  # Setup the remote WebDriver
31
  driver = webdriver.Remote(
32
- command_executor='https://srinuksv-sh.hf.space:4444/wd/hub',
33
  options=chrome_options
34
  )
35
 
 
29
 
30
  # Setup the remote WebDriver
31
  driver = webdriver.Remote(
32
+ command_executor='http://localhost:4444/wd/hub',
33
  options=chrome_options
34
  )
35