UCS2014 commited on
Commit
cbd43ea
·
verified ·
1 Parent(s): eed5ba8

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
  # ---- Plot sizing controls ----
28
  CROSS_W = 250 # px (matplotlib figure size; Streamlit will still scale)
29
  CROSS_H = 250
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)
33
  FONT_SZ  = 13
34
  BOLD_FONT = "Arial Black, Arial, sans-serif"  # used for bold axis titles & ticks
35
 
 
27
  # ---- Plot sizing controls ----
28
  CROSS_W = 250 # px (matplotlib figure size; Streamlit will still scale)
29
  CROSS_H = 250
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)
33
  FONT_SZ  = 13
34
  BOLD_FONT = "Arial Black, Arial, sans-serif"  # used for bold axis titles & ticks
35