fschwartzer commited on
Commit
37d9b55
1 Parent(s): 6e12377

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ radius_visible = True
69
  custom_address_initial = 'Centro, Lajeado - RS, Brazil' # Initial custom address
70
  custom_lat = data['latitude'].median()
71
  custom_lon = data['longitude'].median()
72
- radius_in_meters = 1500
73
  filtered_data = data # Initialize with the entire dataset
74
 
75
  # Calculate a zoom level based on the maximum distance
 
69
  custom_address_initial = 'Centro, Lajeado - RS, Brazil' # Initial custom address
70
  custom_lat = data['latitude'].median()
71
  custom_lon = data['longitude'].median()
72
+ radius_in_meters = 150000
73
  filtered_data = data # Initialize with the entire dataset
74
 
75
  # Calculate a zoom level based on the maximum distance