Spaces:
Sleeping
Sleeping
update labels
Browse files
app.py
CHANGED
|
@@ -100,8 +100,8 @@ def update_bar_graph(userName):
|
|
| 100 |
color='Category',
|
| 101 |
title="Transaction Category count",
|
| 102 |
labels={
|
| 103 |
-
"Category":"Category
|
| 104 |
-
"Amount":"Transaction
|
| 105 |
}
|
| 106 |
)
|
| 107 |
return fig
|
|
|
|
| 100 |
color='Category',
|
| 101 |
title="Transaction Category count",
|
| 102 |
labels={
|
| 103 |
+
"Category":"Category",
|
| 104 |
+
"Amount":"Transaction Category Count"
|
| 105 |
}
|
| 106 |
)
|
| 107 |
return fig
|