Spaces:
Sleeping
Sleeping
Daniel Cerda Escobar
commited on
Commit
·
d264a95
1
Parent(s):
a3db4d3
Upgrade plot
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with col2:
|
|
205 |
with col2:
|
206 |
chart_data = st.session_state["output_4"]
|
207 |
fig = px.bar(chart_data, x='category', y='count', color='category')
|
208 |
-
fig.update_layout(xaxis_title=None, yaxis_title=None, showlegend=False,yaxis=dict(tick0=0,dtick=1),bargap=0.
|
209 |
st.plotly_chart(fig,use_container_width=True, theme=None )
|
210 |
|
211 |
|
|
|
205 |
with col2:
|
206 |
chart_data = st.session_state["output_4"]
|
207 |
fig = px.bar(chart_data, x='category', y='count', color='category')
|
208 |
+
fig.update_layout(xaxis_title=None, yaxis_title=None, showlegend=False,yaxis=dict(tick0=0,dtick=1),bargap=0.1)
|
209 |
st.plotly_chart(fig,use_container_width=True, theme=None )
|
210 |
|
211 |
|