UCS2014 commited on
Commit
6022bcb
·
verified ·
1 Parent(s): 9f8fa76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
28
  CROSS_W = 500; CROSS_H = 500 # square cross-plot (Build + Validate)
29
  TRACK_W = 400; TRACK_H = 950 # log-strip style (all pages)
30
  FONT_SZ = 13
31
- PLOT_COLS = [14, 0.3, 10] # 3-column band: left • spacer • right (Build + Validate)
32
- CROSS_NUDGE = 1 # push cross-plot to the RIGHT inside its band:
33
  # inner columns [CROSS_NUDGE : 1] → bigger = more right
34
 
35
  # =========================
 
28
  CROSS_W = 500; CROSS_H = 500 # square cross-plot (Build + Validate)
29
  TRACK_W = 400; TRACK_H = 950 # log-strip style (all pages)
30
  FONT_SZ = 13
31
+ PLOT_COLS = [14, 0.5, 10] # 3-column band: left • spacer • right (Build + Validate)
32
+ CROSS_NUDGE = 0.8 # push cross-plot to the RIGHT inside its band:
33
  # inner columns [CROSS_NUDGE : 1] → bigger = more right
34
 
35
  # =========================