UCS2014 commited on
Commit
73da0e7
·
verified ·
1 Parent(s): f425a35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -573,7 +573,7 @@ if st.session_state.app_step == "dev":
573
  # 2-column layout, big gap (prevents overlap)
574
  col_cross, col_track = st.columns([3, 2], gap="large")
575
  with col_cross:
576
- st.pyplot(cross_plot_static(df[TARGET], df["UCS_Pred"]), use_container_width=True)
577
  with col_track:
578
  st.plotly_chart(
579
  track_plot(df, include_actual=True),
 
573
  # 2-column layout, big gap (prevents overlap)
574
  col_cross, col_track = st.columns([3, 2], gap="large")
575
  with col_cross:
576
+ st.pyplot(cross_plot_static(df[TARGET], df["UCS_Pred"]), use_container_width=False)
577
  with col_track:
578
  st.plotly_chart(
579
  track_plot(df, include_actual=True),