Spaces:
Runtime error
Runtime error
Commit
·
0166499
1
Parent(s):
9c032d8
tweak offsets
Browse files
charts.py
CHANGED
@@ -6,13 +6,14 @@ from streamlit_observable import observable
|
|
6 |
|
7 |
|
8 |
def draw_current_progress():
|
|
|
9 |
source = get_main_metrics()
|
10 |
st.vega_lite_chart(
|
11 |
source, {
|
12 |
"height": 200,
|
13 |
"title": {
|
14 |
"text": "Training DALLE with volunteers. Updated every few minutes during NeurIPS.",
|
15 |
-
"dy":
|
16 |
},
|
17 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
18 |
"description": "Current training progress",
|
|
|
6 |
|
7 |
|
8 |
def draw_current_progress():
|
9 |
+
st.markdown("<br>", unsafe_allow_html=True)
|
10 |
source = get_main_metrics()
|
11 |
st.vega_lite_chart(
|
12 |
source, {
|
13 |
"height": 200,
|
14 |
"title": {
|
15 |
"text": "Training DALLE with volunteers. Updated every few minutes during NeurIPS.",
|
16 |
+
"dy": 0,
|
17 |
},
|
18 |
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
|
19 |
"description": "Current training progress",
|