Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ fig_bar.update_layout(title=f"Top {top_n} Health Conditions in {', '.join(states
|
|
37 |
yaxis_title="Spending ($B)", plot_bgcolor='rgba(0,0,0,0)', xaxis=dict(showgrid=False), yaxis=dict(showgrid=False))
|
38 |
|
39 |
# Display the map and the bar chart in Streamlit
|
40 |
-
col1, col2 = st.
|
41 |
with col1:
|
42 |
st.plotly_chart(fig_map, use_container_width=True)
|
43 |
with col2:
|
|
|
37 |
yaxis_title="Spending ($B)", plot_bgcolor='rgba(0,0,0,0)', xaxis=dict(showgrid=False), yaxis=dict(showgrid=False))
|
38 |
|
39 |
# Display the map and the bar chart in Streamlit
|
40 |
+
col1, col2 = st.columns([2, 1])
|
41 |
with col1:
|
42 |
st.plotly_chart(fig_map, use_container_width=True)
|
43 |
with col2:
|