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