Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ warnings.simplefilter("ignore")
|
|
| 14 |
|
| 15 |
try:
|
| 16 |
Link = "https://gpt4login.com/use-chatgpt-online-free/"
|
| 17 |
-
chrome_driver_path = '
|
| 18 |
chrome_options = Options()
|
| 19 |
chrome_options.headless = True
|
| 20 |
chrome_options.add_experimental_option('excludeSwitches', ['enable-logging'])
|
|
|
|
| 14 |
|
| 15 |
try:
|
| 16 |
Link = "https://gpt4login.com/use-chatgpt-online-free/"
|
| 17 |
+
chrome_driver_path = 'chromedriver.exe'
|
| 18 |
chrome_options = Options()
|
| 19 |
chrome_options.headless = True
|
| 20 |
chrome_options.add_experimental_option('excludeSwitches', ['enable-logging'])
|