awacke1 commited on
Commit
549d05e
·
1 Parent(s): 0f1cc2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -45,7 +45,8 @@ def health_game():
45
 
46
  # Customize the layout of the sunburst chart
47
 
48
- fig_sunburst.update_layout(title=f"Top {top_n} Health Conditions in {', '.join(states)} by Spending (Total: ${total_spending}B)")
 
49
 
50
  # Display the sunburst chart and variants per condition in the Streamlit app
51
  st.plotly_chart(fig_sunburst)
 
45
 
46
  # Customize the layout of the sunburst chart
47
 
48
+ #fig_sunburst.update_layout(title=f"Top {top_n} Health Conditions in {', '.join(states)} by Spending (Total: ${total_spending}B)")
49
+ fig_sunburst.update_layout(title=f"Top {top_n} Health Conditions by Spending (Total: ${total_spending}B)")
50
 
51
  # Display the sunburst chart and variants per condition in the Streamlit app
52
  st.plotly_chart(fig_sunburst)