Spaces:
Build error
Build error
qua605
commited on
Commit
·
5932644
1
Parent(s):
b310fab
First Viz
Browse files
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=
|
| 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)
|