Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,8 @@ def details_fn(query):
|
|
41 |
soup = BeautifulSoup(page.content, 'html.parser')
|
42 |
title = soup.title.string
|
43 |
print (title)
|
44 |
-
description = soup.description.string
|
45 |
-
print (
|
46 |
file = open("myfile.txt", "w")
|
47 |
file.close()
|
48 |
|
|
|
41 |
soup = BeautifulSoup(page.content, 'html.parser')
|
42 |
title = soup.title.string
|
43 |
print (title)
|
44 |
+
#description = soup.description.string
|
45 |
+
print (dir(soup))
|
46 |
file = open("myfile.txt", "w")
|
47 |
file.close()
|
48 |
|