mgokg commited on
Commit
9bb5b48
·
verified ·
1 Parent(s): bb6743f

Update app.py

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