Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
theekshana/selenium_web_scrape
sintamar
/
selenium_exam
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sintamar
commited on
Oct 17, 2025
Commit
478431a
·
verified
·
1 Parent(s):
dc30aaf
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -94,7 +94,7 @@ def take_webdata(url):
94
if wd:
95
wd.quit()
96
97
-
return html ,
rows
98
99
if __name__ == "__main__":
100
main()
94
if wd:
95
wd.quit()
96
97
+
return html ,
div_find
98
99
if __name__ == "__main__":
100
main()