tonyassi commited on
Commit
88897ab
·
verified ·
1 Parent(s): caac501

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ st.markdown("""
48
  """, unsafe_allow_html=True)
49
 
50
  # Display the Bokeh figure in Streamlit
51
- st.bokeh_chart(p)
52
 
53
  # Close the div
54
  st.markdown("</div>", unsafe_allow_html=True)
 
48
  """, unsafe_allow_html=True)
49
 
50
  # Display the Bokeh figure in Streamlit
51
+ st.bokeh_chart(p,use_container_width=True)
52
 
53
  # Close the div
54
  st.markdown("</div>", unsafe_allow_html=True)