Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1205,8 +1205,7 @@ def create_genesis_animation(prediction_data, enable_animation=True):
|
|
| 1205 |
opacity=0.6,
|
| 1206 |
showscale=(day_idx == 0),
|
| 1207 |
colorbar=dict(
|
| 1208 |
-
title="Genesis<br>Potential<br>Index",
|
| 1209 |
-
titleside="right"
|
| 1210 |
) if day_idx == 0 else None
|
| 1211 |
),
|
| 1212 |
name='Genesis Potential',
|
|
|
|
| 1205 |
opacity=0.6,
|
| 1206 |
showscale=(day_idx == 0),
|
| 1207 |
colorbar=dict(
|
| 1208 |
+
title=dict("Genesis<br>Potential<br>Index", side="right")
|
|
|
|
| 1209 |
) if day_idx == 0 else None
|
| 1210 |
),
|
| 1211 |
name='Genesis Potential',
|