leavoigt commited on
Commit
937ee77
·
1 Parent(s): 109e2a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -118,8 +118,8 @@ if 'key0' in st.session_state:
118
 
119
  # Merge the label counts with the df_label DataFrame
120
  df_labels = df_labels.merge(label_counts, on='Label', how='left')
121
- st.write(df_labels)
122
-
123
  fig = px.bar(df_labels,
124
  x="Label",
125
  y="Count",
 
118
 
119
  # Merge the label counts with the df_label DataFrame
120
  df_labels = df_labels.merge(label_counts, on='Label', how='left')
121
+
122
+ # Configure graph
123
  fig = px.bar(df_labels,
124
  x="Label",
125
  y="Count",