duongthienz commited on
Commit
a74f647
·
verified ·
1 Parent(s): 2ee232b

update timeline w multi

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -495,7 +495,8 @@ try:
495
  "download-pdf4", "download-svg4", PLOTLY_CONFIG,
496
  )
497
  ui.render_chart(
498
- utils.build_fig_timeline(speakers_dataFrame, currTotalTime, speaker_color_map, get_display_name, currFile),
 
499
  timeline,
500
  "ascn_timeline.pdf", "ascn_timeline.svg",
501
  f"sonogram-timeline-{currPlainName}.pdf",
 
495
  "download-pdf4", "download-svg4", PLOTLY_CONFIG,
496
  )
497
  ui.render_chart(
498
+ utils.build_fig_timeline(speakers_dataFrame, currTotalTime, speaker_color_map, get_display_name, currFile,
499
+ mv_intervals=st.session_state.summaries[currFile].get("mv_intervals", [])),
500
  timeline,
501
  "ascn_timeline.pdf", "ascn_timeline.svg",
502
  f"sonogram-timeline-{currPlainName}.pdf",