euler314 commited on
Commit
003cc83
·
verified ·
1 Parent(s): de06976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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("Genesis<br>Potential<br>Index", side="right")
 
 
 
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',