Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update note in proportion graph
Browse files
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 |
-
"*
|
| 411 |
-
"
|
| 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 = {
|