Prasanna1622 commited on
Commit
69b637f
·
verified ·
1 Parent(s): 2c0bde0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ layer = pdk.Layer(
96
  )
97
 
98
  view_state = pdk.ViewState(
99
- latitude=filtered_df["Latitude__c"].mean(),
100
- longitude=filtered_df["Longitude__c"].mean(),
101
  zoom=10,
102
  pitch=40
103
  )
 
96
  )
97
 
98
  view_state = pdk.ViewState(
99
+ latitude=filtered_df["Location_Latitude__c"].mean(),
100
+ longitude=filtered_df["Location_Longitude__c"].mean(),
101
  zoom=10,
102
  pitch=40
103
  )