CosmoAI commited on
Commit
5804b7a
·
1 Parent(s): 6422248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'Brain\\chromedriver.exe'
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'])