Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -536,7 +536,7 @@ def build_fig_timeline(speakers_dataFrame, currTotalTime, speaker_color_map, get
|
|
| 536 |
title="Timeline of audio with speakers",
|
| 537 |
color_discrete_map=speaker_color_map,
|
| 538 |
)
|
| 539 |
-
fig.update_yaxes(autorange=
|
| 540 |
|
| 541 |
# Add vertical shading for multi-voice intervals.
|
| 542 |
# Note: add_vrect does not support hover tooltips in Plotly — this is a
|
|
|
|
| 536 |
title="Timeline of audio with speakers",
|
| 537 |
color_discrete_map=speaker_color_map,
|
| 538 |
)
|
| 539 |
+
fig.update_yaxes(autorange=True)
|
| 540 |
|
| 541 |
# Add vertical shading for multi-voice intervals.
|
| 542 |
# Note: add_vrect does not support hover tooltips in Plotly — this is a
|