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):