Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ 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 = [
|
| 31 |
CROSS_NUDGE = 0.5 # push cross-plot to the RIGHT inside its band:
|
| 32 |
# inner columns [CROSS_NUDGE : 1] → bigger = more right
|
| 33 |
|
|
|
|
| 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, 8] # 3-column band: left • spacer • right (Build + Validate)
|
| 31 |
CROSS_NUDGE = 0.5 # push cross-plot to the RIGHT inside its band:
|
| 32 |
# inner columns [CROSS_NUDGE : 1] → bigger = more right
|
| 33 |
|