sarim commited on
Commit
6bfd7d0
·
1 Parent(s): 7b3090d

update labels

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 count",
104
- "Amount":"Transaction Amount"
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