awacke1 commited on
Commit
c693514
·
1 Parent(s): 969c70a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.beta_columns([2, 1])
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: