Update app.py
Browse files
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)
|