diff --git a/core/config.py b/core/config.py
index 24ce7b4..9e3aed5 100644
--- a/core/config.py
+++ b/core/config.py
@@ -38,7 +38,7 @@ _SETTINGS_KEYS = {
"llm_url", "llm_model",
# Browser-persistent UI state
"engine_local_urls", "engine_container_names", "custom_engine_cards",
- "refine_llm_url", "conv_llm_url",
+ "refine_llm_url", "conv_llm_url", "seed_finder_text",
}
# ── TTS stability defaults ────────────────────────────────────────────────────
@@ -275,6 +275,7 @@ def _load_settings() -> dict:
"custom_engine_cards": [],
"refine_llm_url": "",
"conv_llm_url": "",
+ "seed_finder_text": "",
}
if CONFIG_FILE.exists():
try:
diff --git a/static/index.html b/static/index.html
index b03b224..4402987 100644
--- a/static/index.html
+++ b/static/index.html
@@ -26,7 +26,8 @@
-
+
+
-
+