Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 |
-
|
| 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 |
)
|