3v324v23 commited on
Commit
1645faa
·
1 Parent(s): 5ac9293

tryout without plot

Browse files
Files changed (1) hide show
  1. streamlit_simulation/app.py +1 -1
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)
237
 
238
  st.markdown("<div style='margin-bottom: 0.5rem;'></div>", unsafe_allow_html=True)
239
  x_axis_label.markdown(