Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
| 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 |
|