Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriek-cloud authored Nov 21, 2024
1 parent 50d1696 commit 9822dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from webdriver_manager.chrome import ChromeDriverManager

# Manually specify the version of ChromeDriver
driver = webdriver.Chrome(executable_path=ChromeDriverManager(version="your-chrome-version").install(), options=chrome_options)
driver = webdriver.Chrome(executable_path=ChromeDriverManager(version="131.0.6778.85").install(), options=chrome_options)

# Download NLTK data
nltk.download('punkt')
Expand Down

0 comments on commit 9822dd7

Please sign in to comment.