duongthienz commited on
Commit
aa4f1f2
·
verified ·
1 Parent(s): 627a94c

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +4 -2
ui.py CHANGED
@@ -60,7 +60,8 @@ def render_categories_sidebar(all_speaker_tokens):
60
  "by typing in the \"Add custom role\" textbox.</p>",
61
  unsafe_allow_html=True,
62
  )
63
- st.sidebar.divider()
 
64
 
65
  for i, category in enumerate(st.session_state.categories):
66
  ms_key = f"multiselect_{category}"
@@ -111,7 +112,8 @@ def render_rename_sidebar(currFile, speakerNames, all_speaker_tokens):
111
  unsafe_allow_html=True,
112
  )
113
 
114
- st.sidebar.divider()
 
115
 
116
  # Build claimed set from the data model (entry["speakers"]) as canonical truth.
117
  all_claimed = {
 
60
  "by typing in the \"Add custom role\" textbox.</p>",
61
  unsafe_allow_html=True,
62
  )
63
+ #st.sidebar.divider()
64
+ st.text(" ")
65
 
66
  for i, category in enumerate(st.session_state.categories):
67
  ms_key = f"multiselect_{category}"
 
112
  unsafe_allow_html=True,
113
  )
114
 
115
+ #st.sidebar.divider()
116
+ st.text(" ")
117
 
118
  # Build claimed set from the data model (entry["speakers"]) as canonical truth.
119
  all_claimed = {