diff --git a/recipes/VideoBots.py b/recipes/VideoBots.py
index d2aee58bc..18e282cee 100644
--- a/recipes/VideoBots.py
+++ b/recipes/VideoBots.py
@@ -344,7 +344,7 @@ def render_description(self):
def render_form_v2(self):
gui.text_area(
"""
- #### Instructions
+ #### Instructions
""",
key="bot_script",
height=300,
@@ -352,12 +352,12 @@ def render_form_v2(self):
)
language_model_selector(
- label=""" #### Language Model """
+ label=""" #### Language Model """
)
bulk_documents_uploader(
"""
- #### Knowledge
+ #### Knowledge
""",
accept=["audio/*", "application/*", "video/*", "text/*"],
help="Add documents or links to give your copilot a knowledge base. When asked a question, we'll search them to generate an answer with citations. [Learn more](https://gooey.ai/docs/guides/build-your-ai-copilot/curate-your-knowledge-base-documents)",