Skip to content

Commit c660452

Browse files
committed
Udpate
1 parent 076e654 commit c660452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/github_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ def calculate_percentage(row: dict) -> float:
11491149
for month_key in active_contributors_json:
11501150
active_contributors_json[month_key] = sorted(active_contributors_json[month_key])
11511151

1152-
with col2.popover(":material/data_object: JSON", width="large"):
1152+
with col2.popover(":material/data_object: JSON"):
11531153
st.json(active_contributors_json, expanded=True)
11541154

11551155
st.caption(

0 commit comments

Comments
 (0)