diff --git a/tinyagent/hooks/gradio_callback.py b/tinyagent/hooks/gradio_callback.py index 5635243..eec73d1 100644 --- a/tinyagent/hooks/gradio_callback.py +++ b/tinyagent/hooks/gradio_callback.py @@ -844,12 +844,11 @@ def create_app(self, agent: TinyAgent, title: str = "TinyAgent Chat", descriptio ) # Footer - gr.Markdown( - "
" - "Built with ❤️ by TinyAgent" - "
Start building your own AI agents with TinyAgent" - "
" - ) + gr.Markdown( + "
" + "Build your own AI Agent Today" + "
" + ) # -- Right Chat Column (unchanged) -- with gr.Column(scale=3):