Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,8 @@ if 'key0' in st.session_state:
|
|
124 |
x="Label",
|
125 |
y="Count",
|
126 |
# color='Country',
|
127 |
-
title='Label
|
128 |
-
hover_name="
|
129 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
130 |
)
|
131 |
|
|
|
124 |
x="Label",
|
125 |
y="Count",
|
126 |
# color='Country',
|
127 |
+
title='Label Counts',
|
128 |
+
hover_name="Count",
|
129 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
130 |
)
|
131 |
|