diff --git a/main.py b/main.py index bb73de7..b6455fc 100644 --- a/main.py +++ b/main.py @@ -18,7 +18,6 @@ from tab_comfy_ng import render_comfy_monitor @ui.page('/') def index(): - # -- Streamlit dark theme -- ui.dark_mode(True) ui.colors(primary='#F59E0B') ui.add_head_html( diff --git a/tab_batch_ng.py b/tab_batch_ng.py index 5b0135e..34845f6 100644 --- a/tab_batch_ng.py +++ b/tab_batch_ng.py @@ -387,7 +387,7 @@ def _render_sequence_card(i, seq, batch_list, data, file_path, state, ui.separator() - # --- Prompts + Settings (2-column like Streamlit) --- + # --- Prompts + Settings (2-column) --- with ui.splitter(value=66).classes('w-full') as splitter: with splitter.before: dict_textarea('General Prompt', seq, 'general_prompt').classes(