AIEcosystem commited on
Commit
d0f56f9
·
verified ·
1 Parent(s): 03a97a8

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -266,7 +266,7 @@ if st.button("Results"):
266
  with col2:
267
  st.subheader("Bar chart", divider = "orange")
268
  fig_bar = px.bar(grouped_counts, x="count", y="category", color="category", text_auto=True, title='Occurrences of predicted categories')
269
- fig_pie.update_layout(
270
  paper_bgcolor='#FFF8F0',
271
  plot_bgcolor='#FFF8F0'
272
  )
 
266
  with col2:
267
  st.subheader("Bar chart", divider = "orange")
268
  fig_bar = px.bar(grouped_counts, x="count", y="category", color="category", text_auto=True, title='Occurrences of predicted categories')
269
+ fig_bar.update_layout(
270
  paper_bgcolor='#FFF8F0',
271
  plot_bgcolor='#FFF8F0'
272
  )