diff --git a/daras_ai_v2/doc_search_settings_widgets.py b/daras_ai_v2/doc_search_settings_widgets.py index 5c3c2de59..c947397ed 100644 --- a/daras_ai_v2/doc_search_settings_widgets.py +++ b/daras_ai_v2/doc_search_settings_widgets.py @@ -128,7 +128,7 @@ def doc_search_settings( if keyword_instructions_allowed: st.text_area( """ -###### 🔑 Keyword Exctraction +###### 🔑 Keyword Extraction """, key="keyword_instructions", height=300, diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py index f590f4c40..53a750191 100644 --- a/recipes/VideoBots.py +++ b/recipes/VideoBots.py @@ -668,7 +668,7 @@ def run(self, state: dict) -> typing.Iterator[str | None]: keyword_instructions = (request.keyword_instructions or "").strip() if keyword_instructions: - yield "Exctracting keywords..." + yield "Extracting keywords..." state["final_keyword_query"] = generate_final_search_query( request=request, instructions=keyword_instructions,