duongthienz commited on
Commit
cb4f3c7
·
verified ·
1 Parent(s): b4222d5

Update note in proportion graph

Browse files
Files changed (1) hide show
  1. ui.py +2 -3
ui.py CHANGED
@@ -407,9 +407,8 @@ def render_multifile_summary(plotly_config=None):
407
  fig6.update_layout(yaxis_title="Proportion of File Duration")
408
  st.plotly_chart(fig6, use_container_width=True, config=cfg)
409
  st.caption(
410
- "* Note: Overlaps between speakers of the same role are only counted once. "
411
- "Bars may not sum to 1 — silence and cross-role overlaps are not shown here. "
412
- "See the voice categories chart below for the full breakdown."
413
  )
414
 
415
  sort_options = {
 
407
  fig6.update_layout(yaxis_title="Proportion of File Duration")
408
  st.plotly_chart(fig6, use_container_width=True, config=cfg)
409
  st.caption(
410
+ "*Note: Proportion may not sum to 1 as overlaps between speakers "
411
+ "are only counted once."
 
412
  )
413
 
414
  sort_options = {