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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ 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 = 800 # px (plotly width)
33
  FONT_SZ = 13
34
  BOLD_FONT = "Arial Black, Arial, sans-serif" # used for bold axis titles & ticks
35
 
 
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)
33
  FONT_SZ = 13
34
  BOLD_FONT = "Arial Black, Arial, sans-serif" # used for bold axis titles & ticks
35