duongthienz commited on
Commit
21a519f
·
verified ·
1 Parent(s): 8b14808

fix minor alignment

Browse files
Files changed (1) hide show
  1. ui.py +2 -2
ui.py CHANGED
@@ -94,7 +94,7 @@ def render_role_sidebar(display_speaker_tokens, token_display_map):
94
  ms_key = f"multiselect_{category}"
95
  label_col, trash_col = st.sidebar.columns([5, 1])
96
  label_col.markdown(
97
- f"<div style='padding-top:24px;'><strong>{category}</strong></div>",
98
  unsafe_allow_html=True,
99
  )
100
  trash_col.button(
@@ -158,7 +158,7 @@ def render_rename_sidebar(currFile, speakerNames, display_speaker_tokens, token_
158
  ]
159
  label_col, trash_col = st.sidebar.columns([5, 1])
160
  label_col.markdown(
161
- f"<div style='padding-top:24px;'><strong>{entry['name']}</strong></div>",
162
  unsafe_allow_html=True,
163
  )
164
  trash_col.button(
 
94
  ms_key = f"multiselect_{category}"
95
  label_col, trash_col = st.sidebar.columns([5, 1])
96
  label_col.markdown(
97
+ f"<div style='padding-top:16px;'><strong>{category}</strong></div>",
98
  unsafe_allow_html=True,
99
  )
100
  trash_col.button(
 
158
  ]
159
  label_col, trash_col = st.sidebar.columns([5, 1])
160
  label_col.markdown(
161
+ f"<div style='padding-top:16px;'><strong>{entry['name']}</strong></div>",
162
  unsafe_allow_html=True,
163
  )
164
  trash_col.button(