Spaces:
Runtime error
Runtime error
Commit
·
da46ac9
1
Parent(s):
06a624f
undo plot tweaks
Browse files
charts.py
CHANGED
|
@@ -11,7 +11,6 @@ def draw_current_progress():
|
|
| 11 |
st.vega_lite_chart(
|
| 12 |
source, {
|
| 13 |
"height": 200,
|
| 14 |
-
"width": 600,
|
| 15 |
"title": {
|
| 16 |
"text": "Training DALL-E with volunteers (updated every few minutes during NeurIPS 2021)",
|
| 17 |
"dy": 6,
|
|
@@ -37,7 +36,7 @@ def draw_current_progress():
|
|
| 37 |
},
|
| 38 |
],
|
| 39 |
},
|
| 40 |
-
use_container_width=
|
| 41 |
)
|
| 42 |
|
| 43 |
|
|
|
|
| 11 |
st.vega_lite_chart(
|
| 12 |
source, {
|
| 13 |
"height": 200,
|
|
|
|
| 14 |
"title": {
|
| 15 |
"text": "Training DALL-E with volunteers (updated every few minutes during NeurIPS 2021)",
|
| 16 |
"dy": 6,
|
|
|
|
| 36 |
},
|
| 37 |
],
|
| 38 |
},
|
| 39 |
+
use_container_width=True, # breaks on <600px screens
|
| 40 |
)
|
| 41 |
|
| 42 |
|