Mahdiyar commited on
Commit
4996d09
Β·
1 Parent(s): 5bff28e
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -195,7 +195,8 @@ with gr.Blocks(theme=gr.themes.Default(
195
  # Footer
196
  gr.Markdown(
197
  "<div style='text-align: center; margin-top: 20px;'>"
198
- "Powered by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
 
199
  "</div>"
200
  )
201
 
 
195
  # Footer
196
  gr.Markdown(
197
  "<div style='text-align: center; margin-top: 20px;'>"
198
+ "Built with ❀️ by <a href='https://github.com/askbudi/tinyagent' target='_blank'>TinyAgent</a>"
199
+ "Start building your own AI agents with TinyAgent"
200
  "</div>"
201
  )
202