UCS2014 commited on
Commit
c155002
·
verified ·
1 Parent(s): 10bb059

Update app.py

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