awacke1 commited on
Commit
18e980a
·
1 Parent(s): a0cf5f2

Update app.py

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