Remove stale Streamlit references from comments

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-27 22:18:37 +01:00
parent 9a3f7b7b94
commit a4cb979131
2 changed files with 1 additions and 2 deletions

View File

@@ -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(

View File

@@ -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(