Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|