tinyagent-py 0.0.12__py3-none-any.whl → 0.0.15__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -845,8 +845,9 @@ class GradioCallback:
845
845
 
846
846
  # Footer
847
847
  gr.Markdown(
848
- "<div style='text-align: center; margin-top: 20px;'>"
849
- "Powered by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
848
+ "<div style='text-align: center; margin-top: 20px;'>"
849
+ "Built with ❤️ by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
850
+ "<br>Start building your own AI agents with TinyAgent"
850
851
  "</div>"
851
852
  )
852
853