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