Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
efd3036
1
Parent(s):
68fd81d
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ data = pd.read_excel('data_nexus.xlsx')
|
|
94 |
radius_visible = True
|
95 |
custom_address_initial = 'Centro, Lajeado - RS, Brazil' # Initial custom address
|
96 |
#custom_lat = data['latitude'].median()
|
97 |
-
custom_lat = -29.
|
98 |
#custom_lon = data['longitude'].median()
|
99 |
-
custom_lon = -51.
|
100 |
radius_in_meters = 150000
|
101 |
filtered_data = data # Initialize with the entire dataset
|
102 |
|
|
|
94 |
radius_visible = True
|
95 |
custom_address_initial = 'Centro, Lajeado - RS, Brazil' # Initial custom address
|
96 |
#custom_lat = data['latitude'].median()
|
97 |
+
custom_lat = -29.45880114339262
|
98 |
#custom_lon = data['longitude'].median()
|
99 |
+
custom_lon = -51.97011580843118
|
100 |
radius_in_meters = 150000
|
101 |
filtered_data = data # Initialize with the entire dataset
|
102 |
|