Mahdiyar commited on
Commit
5bff28e
Β·
1 Parent(s): 9a255bf

Powered by TinyAgent

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -192,7 +192,12 @@ with gr.Blocks(theme=gr.themes.Default(
192
  interactive=False,
193
  )
194
 
195
- gr.Markdown("<p align='center'>Powered by Tiny Agent</p>")
 
 
 
 
 
196
 
197
  # --- Event Handlers ---
198
  submit_button.click(
 
192
  interactive=False,
193
  )
194
 
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
 
202
  # --- Event Handlers ---
203
  submit_button.click(