Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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 |
)
|