Spaces:
Runtime error
Runtime error
Commit
·
ef699b5
1
Parent(s):
3be7922
community hack
Browse files
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
|
|
|
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",
|