Spaces:
Sleeping
Sleeping
Update streamlit_simulation/app.py
Browse files
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 |
-
|
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
|