From a4cb97913147c0cfd8e74c374086bccb264882d8 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Fri, 27 Feb 2026 22:18:37 +0100 Subject: [PATCH] Remove stale Streamlit references from comments Co-Authored-By: Claude Opus 4.6 --- main.py | 1 - tab_batch_ng.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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(