Spaces:
Runtime error
Runtime error
Commit
·
9f2000a
1
Parent(s):
ef699b5
offset that looks fine on both ffx and chrome
Browse files
charts.py
CHANGED
@@ -15,7 +15,7 @@ def draw_current_progress():
|
|
15 |
"title": {
|
16 |
"text": "Training DALL-E with volunteers",
|
17 |
# ^-- WARNING: do not use long titles, otherwise vega collapses on small screens
|
18 |
-
"dy":
|
19 |
},
|
20 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
21 |
"description": "Current training progress",
|
|
|
15 |
"title": {
|
16 |
"text": "Training DALL-E with volunteers",
|
17 |
# ^-- WARNING: do not use long titles, otherwise vega collapses on small screens
|
18 |
+
"dy": 7,
|
19 |
},
|
20 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
21 |
"description": "Current training progress",
|