euler314 commited on
Commit
de06976
·
verified ·
1 Parent(s): 3c5b4c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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',