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