RMHalak commited on
Commit
30c4965
·
verified ·
1 Parent(s): 13bce48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ with col2:
96
 
97
  # Define a PyDeck View (you can adjust height here)
98
  view_state = pdk.ViewState(
99
- latitude=map_data['lat'].mean(),
100
- longitude=map_data['lon'].mean(),
101
  zoom=11,
102
  pitch=50,
103
  )
 
96
 
97
  # Define a PyDeck View (you can adjust height here)
98
  view_state = pdk.ViewState(
99
+ latitude=map_data['latitude'],
100
+ longitude=map_data['longitude'],
101
  zoom=11,
102
  pitch=50,
103
  )