Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -122,6 +122,7 @@ if 'key0' in st.session_state:
|
|
122 |
title='Label Counts',
|
123 |
hover_name="Count",
|
124 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
|
|
125 |
|
126 |
#Show plot
|
127 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
122 |
title='Label Counts',
|
123 |
hover_name="Count",
|
124 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
125 |
+
)
|
126 |
|
127 |
#Show plot
|
128 |
st.plotly_chart(fig, use_container_width=True)
|