dlaj commited on
Commit
0b45268
·
verified ·
1 Parent(s): 76582d6

Update streamlit_simulation/app.py

Browse files
Files changed (1) hide show
  1. streamlit_simulation/app.py +1 -1
streamlit_simulation/app.py CHANGED
@@ -265,7 +265,7 @@ def render_simulation_view(timestamp, prediction, actual, progress, fig, paused=
265
  mae = np.mean(errors)
266
  max_error = np.max(errors)
267
 
268
- st.divider()
269
  st.markdown(
270
  f"<span style='font-size: 24px; font-weight: 600; color: {HEADER_COLOR} !important;'>Interim Metrics</span>",
271
  unsafe_allow_html=True
 
265
  mae = np.mean(errors)
266
  max_error = np.max(errors)
267
 
268
+ st.divider()
269
  st.markdown(
270
  f"<span style='font-size: 24px; font-weight: 600; color: {HEADER_COLOR} !important;'>Interim Metrics</span>",
271
  unsafe_allow_html=True