qua605 commited on
Commit
5932644
·
1 Parent(s): b310fab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ viz1 = (
15
  y = alt.Y("License Type:N", sort='-x', title="License Type"),
16
  color = alt.Color("License Type:N", legend=None)
17
  )
18
- .properties(width=600, height=400)
19
  )
20
 
21
  st.altair_chart(viz1, use_container_width=True)
 
15
  y = alt.Y("License Type:N", sort='-x', title="License Type"),
16
  color = alt.Color("License Type:N", legend=None)
17
  )
18
+ .properties(width=900, height=500)
19
  )
20
 
21
  st.altair_chart(viz1, use_container_width=True)