awacke1 commited on
Commit
071b8bd
·
1 Parent(s): 8353426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ layer = pdk.Layer(
134
  "ScatterplotLayer",
135
  data=df,
136
  get_position='[Longitude, Latitude]',
137
- get_radius='Population',
138
  get_fill_color='[200, 30, 0, 160]',
139
  pickable=True,
140
  auto_highlight=True,
 
134
  "ScatterplotLayer",
135
  data=df,
136
  get_position='[Longitude, Latitude]',
137
+ get_radius='Population/Area',
138
  get_fill_color='[200, 30, 0, 160]',
139
  pickable=True,
140
  auto_highlight=True,