Spaces:
Runtime error
Runtime error
Update legend bubbles chart
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ with chart_c2:
|
|
76 |
st_lottie(lottie_loading, height=100, key="loading_c2_1")
|
77 |
|
78 |
st.write("Chart showing participants of the collaborative-training. Circle radius is relative to the total number of "
|
79 |
-
"processed batches, the
|
80 |
-
"active device
|
81 |
|
82 |
st.caption("Leaderboard")
|
83 |
placeholder_chart_c2_3 = st.empty()
|
|
|
76 |
st_lottie(lottie_loading, height=100, key="loading_c2_1")
|
77 |
|
78 |
st.write("Chart showing participants of the collaborative-training. Circle radius is relative to the total number of "
|
79 |
+
"processed batches, the profile picture is circled in purple if the participant is active. Every purple square represents an "
|
80 |
+
"active device.")
|
81 |
|
82 |
st.caption("Leaderboard")
|
83 |
placeholder_chart_c2_3 = st.empty()
|