duongthienz commited on
Commit
44ae55c
·
verified ·
1 Parent(s): 147e0a8

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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="reversed")
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