SaulLu commited on
Commit
4310096
1 Parent(s): 1714075

Update legend bubbles chart

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 circle is greyed if the participant is not active. Every purple square represents an "
80
- "active device, darker color corresponds to higher performance.")
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()