UCS2014 commited on
Commit
b96775d
·
verified ·
1 Parent(s): 0022378

Update app.py

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