UCS2014 commited on
Commit
c40310a
·
verified ·
1 Parent(s): 3d419d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ COLORS = {"pred": "#1f77b4", "actual": "#f2b702", "ref": "#5a5a5a"}
27
  # ---- Plot sizing controls ----
28
  CROSS_W = 450 # px (matplotlib figure size; Streamlit will still scale)
29
  CROSS_H = 450
30
- TRACK_H = 740 # px (plotly height; width auto-fits column)
31
  FONT_SZ = 13
32
  BOLD_FONT = "Arial Black, Arial, sans-serif" # used for bold axis titles & ticks
33
 
 
27
  # ---- Plot sizing controls ----
28
  CROSS_W = 450 # px (matplotlib figure size; Streamlit will still scale)
29
  CROSS_H = 450
30
+ TRACK_H = 1000 # px (plotly height; width auto-fits column)
31
  FONT_SZ = 13
32
  BOLD_FONT = "Arial Black, Arial, sans-serif" # used for bold axis titles & ticks
33