Spaces:
Sleeping
Sleeping
added selenium and web driver
Browse filesadded selenium and web driver to scrape web content
- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -3,3 +3,5 @@ smolagents
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
|
|
|
|
|
3 |
requests
|
4 |
duckduckgo_search
|
5 |
pandas
|
6 |
+
selenium==4.18.1
|
7 |
+
webdriver-manager==4.0.1
|