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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ 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
  # =========================
 
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.5 # push cross-plot to the RIGHT inside its band:
33
  # inner columns [CROSS_NUDGE : 1] → bigger = more right
34
 
35
  # =========================