Spaces:
Running
Running
tryout no plot
Browse files
streamlit_simulation/app.py
CHANGED
@@ -244,7 +244,7 @@ def render_simulation_view(timestamp, prediction, actual, progress, fig, paused=
|
|
244 |
)
|
245 |
plot_container.pyplot(fig)
|
246 |
|
247 |
-
st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
|
248 |
x_axis_label.markdown(
|
249 |
f"<div style='text-align: center; font-size: 14pt; color: {TEXT_COLOR}; margin-top: -0.5rem;'>"
|
250 |
f"Time</div>",
|
|
|
244 |
)
|
245 |
plot_container.pyplot(fig)
|
246 |
|
247 |
+
#st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
|
248 |
x_axis_label.markdown(
|
249 |
f"<div style='text-align: center; font-size: 14pt; color: {TEXT_COLOR}; margin-top: -0.5rem;'>"
|
250 |
f"Time</div>",
|