leavoigt commited on
Commit
0e54d23
·
1 Parent(s): 32d0cf8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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