fschwartzer commited on
Commit
f9024bb
1 Parent(s): 6eeacf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -89,11 +89,11 @@ data = pd.read_excel('data_nexus.xlsx')
89
 
90
  # Initialize variables to avoid NameError
91
  radius_visible = True
92
- custom_address_initial = 'Centro, Lajeado - RS, Brazil' # Initial custom address
93
  #custom_lat = data['latitude'].median()
94
- custom_lat = -29.7168
95
  #custom_lon = data['longitude'].median()
96
- custom_lon = -52.4943
97
  radius_in_meters = 150000
98
  filtered_data = data # Initialize with the entire dataset
99
 
 
89
 
90
  # Initialize variables to avoid NameError
91
  radius_visible = True
92
+ custom_address_initial = 'Centro, Vera Cruz - RS, Brazil' # Initial custom address
93
  #custom_lat = data['latitude'].median()
94
+ custom_lat = -29.72
95
  #custom_lon = data['longitude'].median()
96
+ custom_lon = -52.50
97
  radius_in_meters = 150000
98
  filtered_data = data # Initialize with the entire dataset
99