Spaces:
Sleeping
Sleeping
added
Browse files- 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)
|