duongthienz commited on
Commit
759b69a
·
verified ·
1 Parent(s): 87018fc

Change "Rename Multiple Speakers" to "Rename Cross-file Speakers"

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -131,7 +131,7 @@ def render_rename_sidebar(currFile, speakerNames, display_speaker_tokens, token_
131
  raw_to_display = {v: k for k, v in token_display_map.items()}
132
 
133
  st.sidebar.divider()
134
- st.sidebar.subheader("Rename Multiple Speakers")
135
  st.sidebar.markdown(
136
  "<p style='font-size:0.85rem; color:gray; margin-bottom:2px;'>"
137
  "This option works best for renaming multiple speakers across multiple files. "
 
131
  raw_to_display = {v: k for k, v in token_display_map.items()}
132
 
133
  st.sidebar.divider()
134
+ st.sidebar.subheader("Rename Cross-file Speakers")
135
  st.sidebar.markdown(
136
  "<p style='font-size:0.85rem; color:gray; margin-bottom:2px;'>"
137
  "This option works best for renaming multiple speakers across multiple files. "