Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
fix minor alignment
Browse files
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:
|
| 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:
|
| 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(
|