Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,9 @@ with gr.Blocks() as demo:
|
|
143 |
links_text, links = parse_links_and_content(ort)
|
144 |
#return links_text
|
145 |
kontakt = []
|
|
|
146 |
for verein in links_text:
|
147 |
-
url = f"https://www.google.com/search?q=impressum+{verein}"
|
148 |
response = requests.get(url)
|
149 |
response.raise_for_status()
|
150 |
soup = BeautifulSoup(response.content, 'html.parser')
|
|
|
143 |
links_text, links = parse_links_and_content(ort)
|
144 |
#return links_text
|
145 |
kontakt = []
|
146 |
+
url = "https://www.google.com/search?q=impressum+sv+garitz"
|
147 |
for verein in links_text:
|
148 |
+
#url = f"https://www.google.com/search?q=impressum+{verein}"
|
149 |
response = requests.get(url)
|
150 |
response.raise_for_status()
|
151 |
soup = BeautifulSoup(response.content, 'html.parser')
|