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