UCS2014 commited on
Commit
4d31b46
·
verified ·
1 Parent(s): df522e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,8 +25,8 @@ MODEL_FALLBACKS = [MODELS_DIR / "model.joblib", MODELS_DIR / "model.pkl"]
25
  COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
26
 
27
  # ---- Plot sizing controls ----
28
- CROSS_W = 350 # px (matplotlib figure size; Streamlit will still scale)
29
- CROSS_H = 350
30
  TRACK_H = 1000 # px (plotly height; width auto-fits column)
31
  # NEW: Add a TRACK_W variable to control the width
32
  TRACK_W = 500 # px (plotly width)
 
25
  COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
26
 
27
  # ---- Plot sizing controls ----
28
+ CROSS_W = 200 # px (matplotlib figure size; Streamlit will still scale)
29
+ CROSS_H = 200
30
  TRACK_H = 1000 # px (plotly height; width auto-fits column)
31
  # NEW: Add a TRACK_W variable to control the width
32
  TRACK_W = 500 # px (plotly width)