charulp2499 commited on
Commit
7678094
·
verified ·
1 Parent(s): 82caed6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ chrome_options.add_argument("--no-sandbox") # Disable sandboxing
18
  chrome_options.add_argument("--disable-dev-shm-usage") # Fix potential issues with shared memory
19
 
20
  # Install the correct version of chromedriver
21
- chrome_driver_path = ChromeDriverManager(version="132.0.6834.84").install()
22
 
23
  # Initialize the WebDriver
24
  driver = webdriver.Chrome(service=Service(chrome_driver_path), options=chrome_options)
 
18
  chrome_options.add_argument("--disable-dev-shm-usage") # Fix potential issues with shared memory
19
 
20
  # Install the correct version of chromedriver
21
+ chrome_driver_path = ChromeDriverManager().install()
22
 
23
  # Initialize the WebDriver
24
  driver = webdriver.Chrome(service=Service(chrome_driver_path), options=chrome_options)