Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from selenium.webdriver.chrome.service import Service
|
|
11 |
from selenium.webdriver.common.by import By
|
12 |
from selenium.webdriver.chrome.options import Options
|
13 |
|
14 |
-
PATH_TO_CHROME_DRIVER = 'chromedriver.exe'
|
15 |
|
16 |
class Website:
|
17 |
url: str
|
|
|
11 |
from selenium.webdriver.common.by import By
|
12 |
from selenium.webdriver.chrome.options import Options
|
13 |
|
14 |
+
PATH_TO_CHROME_DRIVER = '/home/user/chromedriver.exe'
|
15 |
|
16 |
class Website:
|
17 |
url: str
|