From 214aea8952b096ce9573340710b1b2813301833c Mon Sep 17 00:00:00 2001 From: askdevai-bot Date: Tue, 24 Jun 2025 17:53:39 -0400 Subject: [PATCH] Apply patch from Askdev.AI bot --- tinyagent/hooks/gradio_callback.py | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/tinyagent/hooks/gradio_callback.py b/tinyagent/hooks/gradio_callback.py index 5635243..530a84c 100644 --- a/tinyagent/hooks/gradio_callback.py +++ b/tinyagent/hooks/gradio_callback.py @@ -843,13 +843,10 @@ def create_app(self, agent: TinyAgent, title: str = "TinyAgent Chat", descriptio value=self._get_token_usage_text() ) - # Footer - gr.Markdown( - "
" - "Built with ❤️ by TinyAgent" - "
Start building your own AI agents with TinyAgent" - "
" - ) + # Footer + gr.Markdown( + "
Build your own AI Agent Today
" + ) # -- Right Chat Column (unchanged) -- with gr.Column(scale=3):