UCS2014 commited on
Commit
76f4076
·
verified ·
1 Parent(s): c389a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,10 +26,10 @@ MODEL_FALLBACKS = [MODELS_DIR / "model.joblib", MODELS_DIR / "model.pkl"]
26
  COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
27
 
28
  # ---- Plot sizing controls (edit here) ----
29
- CROSS_W = 300; CROSS_H = 300 # square cross-plot
30
  TRACK_W = 300; TRACK_H = 950 # log-strip style (tall, slightly wider)
31
  FONT_SZ = 13
32
- PLOT_COLS = [14, 1, 8] # 3-column band: left • spacer • right
33
 
34
  # =========================
35
  # Page / CSS
 
26
  COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
27
 
28
  # ---- Plot sizing controls (edit here) ----
29
+ CROSS_W = 450; CROSS_H = 450 # square cross-plot
30
  TRACK_W = 300; TRACK_H = 950 # log-strip style (tall, slightly wider)
31
  FONT_SZ = 13
32
+ PLOT_COLS = [14, 10] # 3-column band: left • spacer • right
33
 
34
  # =========================
35
  # Page / CSS