Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
•
5ef35a0
1
Parent(s):
c075e0e
Display data
Browse files
app.py
CHANGED
@@ -204,6 +204,6 @@ with col2:
|
|
204 |
col1,col2,col3 = st.columns([1,4,1])
|
205 |
with col2:
|
206 |
chart_data = st.session_state["output_4"]
|
207 |
-
st.bar_chart(chart_data[['category','count']],x='
|
208 |
|
209 |
|
|
|
204 |
col1,col2,col3 = st.columns([1,4,1])
|
205 |
with col2:
|
206 |
chart_data = st.session_state["output_4"]
|
207 |
+
st.bar_chart(chart_data[['category','count']],x='Object Category',y='N°', horizontal=True, use_container_width=True)
|
208 |
|
209 |
|