Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,6 +129,8 @@ if 'key0' in st.session_state:
|
|
| 129 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
| 130 |
)
|
| 131 |
|
|
|
|
|
|
|
| 132 |
|
| 133 |
|
| 134 |
# Bar cart
|
|
|
|
| 129 |
color_discrete_sequence=px.colors.qualitative.Plotly
|
| 130 |
)
|
| 131 |
|
| 132 |
+
#Show plot
|
| 133 |
+
st.plotly_chart(fig, use_container_width=True)
|
| 134 |
|
| 135 |
|
| 136 |
# Bar cart
|