Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -246,7 +246,7 @@ def full_report():
|
|
| 246 |
values='jumps',
|
| 247 |
title='Jumps by Continent/Country/City (click anywhere!)',
|
| 248 |
template="plotly_dark",
|
| 249 |
-
color_continuous_scale=jet,
|
| 250 |
branchvalues='total',
|
| 251 |
height=800,
|
| 252 |
maxdepth=4,
|
|
|
|
| 246 |
values='jumps',
|
| 247 |
title='Jumps by Continent/Country/City (click anywhere!)',
|
| 248 |
template="plotly_dark",
|
| 249 |
+
color_continuous_scale='jet',
|
| 250 |
branchvalues='total',
|
| 251 |
height=800,
|
| 252 |
maxdepth=4,
|