mgokg commited on
Commit
71c1589
·
verified ·
1 Parent(s): a347beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.text)
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)
153
 
154
 
155
  return kontakt