Remove stale Streamlit references from comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
1
main.py
1
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(
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user