Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,10 +36,7 @@ for url in urls:
|
|
36 |
description_tag = soup.find('div', class_='restaurant-details__description--text')
|
37 |
description = description_tag.text.strip() if description_tag else 'N/A'
|
38 |
|
39 |
-
|
40 |
-
location = geolocator.geocode(address) if address != 'N/A' else None
|
41 |
-
lat = location.latitude if location else None
|
42 |
-
lon = location.longitude if location else None
|
43 |
|
44 |
# ε°ζεηθ³ζζ°ε’ε°ε葨δΈ
|
45 |
df_list.append({
|
|
|
36 |
description_tag = soup.find('div', class_='restaurant-details__description--text')
|
37 |
description = description_tag.text.strip() if description_tag else 'N/A'
|
38 |
|
39 |
+
|
|
|
|
|
|
|
40 |
|
41 |
# ε°ζεηθ³ζζ°ε’ε°ε葨δΈ
|
42 |
df_list.append({
|