justheuristic commited on
Commit
ef699b5
·
1 Parent(s): 3be7922

community hack

Browse files
Files changed (1) hide show
  1. charts.py +2 -1
charts.py CHANGED
@@ -13,7 +13,8 @@ def draw_current_progress():
13
  source, {
14
  "height": 200,
15
  "title": {
16
- "text": "Training DALL-E with volunteers (updated every few minutes during NeurIPS 2021)",
 
17
  "dy": 6,
18
  },
19
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",
 
13
  source, {
14
  "height": 200,
15
  "title": {
16
+ "text": "Training DALL-E with volunteers",
17
+ # ^-- WARNING: do not use long titles, otherwise vega collapses on small screens
18
  "dy": 6,
19
  },
20
  "$schema": "https://vega.github.io/schema/vega-lite/v5.json",