leavoigt commited on
Commit
de35c97
·
1 Parent(s): dc34253

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ if 'key0' in st.session_state:
138
 
139
  # Configure graph
140
  fig = px.pie(df_labels,
141
- x="Label",
142
- y="Count",
143
  # color='Country',
144
  title='Label Counts',
145
  hover_name="Count",
 
138
 
139
  # Configure graph
140
  fig = px.pie(df_labels,
141
+ names="Label",
142
+ values="Count",
143
  # color='Country',
144
  title='Label Counts',
145
  hover_name="Count",