You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mo.stat(value=f"{_active_eth}", label="Active on Trending Repos", bordered=True, caption=f"{_active_eth/_panel_size*100:.1f}% of panel"),
41
-
mo.stat(value=_top_eth_repo, label="#1 by Eth Builder Attention", bordered=True, caption=f"{_top_eth_devs} distinct eth builders"),
42
-
mo.stat(value=_top_all_repo, label="#1 by All Builder Attention", bordered=True, caption=f"{_top_all_devs:,} distinct builders"),
43
-
],
44
-
widths="equal",
45
-
gap=1,
46
-
)
29
+
ifdf_trending.empty:
30
+
mo.md("**Ethereum builder engagement data is temporarily unavailable.** The upstream engagement dataset has no repos in the latest window; check that the `ethereum.dev_engagement_models` pipeline has refreshed.")
0 commit comments