Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ def details_fn(query):
|
|
53 |
page = requests.get(f"{query}")
|
54 |
#links = soup.findAll("a")
|
55 |
soup = BeautifulSoup(page.content, 'html.parser')
|
56 |
-
print (title)
|
57 |
try:
|
58 |
title = soup.title.string
|
59 |
except Exception as e:
|
|
|
53 |
page = requests.get(f"{query}")
|
54 |
#links = soup.findAll("a")
|
55 |
soup = BeautifulSoup(page.content, 'html.parser')
|
|
|
56 |
try:
|
57 |
title = soup.title.string
|
58 |
except Exception as e:
|