Skip to content

Commit

Permalink
reduce copilot title icon size to 20px
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-work committed Jan 8, 2025
1 parent 6573a82 commit 2dc1125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,20 +344,20 @@ def render_description(self):
def render_form_v2(self):
gui.text_area(
"""
#### <i class="fa-regular fa-lightbulb"></i> Instructions
#### <i class="fa-regular fa-lightbulb" style="fontSize:20px"></i> Instructions
""",
key="bot_script",
height=300,
help="[Learn more](https://gooey.ai/docs/guides/build-your-ai-copilot/craft-your-ai-copilots-personality) about how to prompt your copilot's personality!",
)

language_model_selector(
label=""" #### <i class="fa-sharp fa-regular fa-brain-circuit"></i> Language Model """
label=""" #### <i class="fa-sharp fa-regular fa-brain-circuit" style="fontSize:20px"></i> Language Model """
)

bulk_documents_uploader(
"""
#### <i class="fa-light fa-books"></i> Knowledge
#### <i class="fa-light fa-books" style="fontSize:20px"></i> 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)",
Expand Down

0 comments on commit 2dc1125

Please sign in to comment.