eaglelandsonce commited on
Commit
654b4d8
·
verified ·
1 Parent(s): c69dcae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -15,7 +15,6 @@ fig = px.scatter(df, x="gdpPercap", y="lifeExp",
15
  log_x=True, size_max=55, range_x=[100,100000], range_y=[25,90],
16
  animation_frame="year", animation_group="country")
17
 
18
- )
19
 
20
  fig.update_layout(width=800)
21
 
 
15
  log_x=True, size_max=55, range_x=[100,100000], range_y=[25,90],
16
  animation_frame="year", animation_group="country")
17
 
 
18
 
19
  fig.update_layout(width=800)
20