Mofe commited on
Commit
0857dea
·
1 Parent(s): e5366e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,5 +143,5 @@ with st.sidebar:
143
  fig.update_xaxes(title="")
144
  fig.update_yaxes(title="")
145
 
146
- a = fig.show(fig, use_container_width=True)
147
 
 
143
  fig.update_xaxes(title="")
144
  fig.update_yaxes(title="")
145
 
146
+ st.plotly_chart(fig, use_container_width=True)
147