Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|