ralate2 commited on
Commit
e84181a
·
verified ·
1 Parent(s): fec4e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if not category_counts_top5.empty:
41
  scale=alt.Scale(scheme='pastel1')),
42
  tooltip=['License Status', 'Count']
43
  ).properties(
44
- width=500,
45
  height=400,
46
  title="Licenses by Status (Top 5)"
47
  )
 
41
  scale=alt.Scale(scheme='pastel1')),
42
  tooltip=['License Status', 'Count']
43
  ).properties(
44
+ width=600,
45
  height=400,
46
  title="Licenses by Status (Top 5)"
47
  )