Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
response.raise_for_status()
|
150 |
soup = BeautifulSoup(response.content, 'html.parser')
|
151 |
detail = soup.select_one('#rso > div:nth-child(1) > div')
|
152 |
-
kontakt.append(detail)
|
153 |
|
154 |
|
155 |
return kontakt
|
|
|
149 |
response.raise_for_status()
|
150 |
soup = BeautifulSoup(response.content, 'html.parser')
|
151 |
detail = soup.select_one('#rso > div:nth-child(1) > div')
|
152 |
+
kontakt.append(detail.get_text())
|
153 |
|
154 |
|
155 |
return kontakt
|