louiecerv commited on
Commit
d7a914c
·
1 Parent(s): e83e13a
Files changed (1) hide show
  1. src/streamlit_app.py +1 -0
src/streamlit_app.py CHANGED
@@ -79,3 +79,4 @@ title = "Bar Graph",
79
  color="Large Bags",
80
  orientation='h'
81
  )
 
 
79
  color="Large Bags",
80
  orientation='h'
81
  )
82
+ st.plotly_chart(bar_graph)