Spaces:
Sleeping
Sleeping
Update streamlit_simulation/app.py
Browse files
streamlit_simulation/app.py
CHANGED
@@ -233,7 +233,7 @@ def render_simulation_view(timestamp, prediction, actual, progress, fig, paused=
|
|
233 |
f"{title}</div>",
|
234 |
unsafe_allow_html=True
|
235 |
)
|
236 |
-
plot_container.pyplot(fig)
|
237 |
|
238 |
st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
|
239 |
x_axis_label.markdown(
|
|
|
233 |
f"{title}</div>",
|
234 |
unsafe_allow_html=True
|
235 |
)
|
236 |
+
plot_container.pyplot(fig, use_container_width=True)
|
237 |
|
238 |
st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
|
239 |
x_axis_label.markdown(
|