Spaces:
Running
Running
Mahdiyar
commited on
Commit
Β·
4996d09
1
Parent(s):
5bff28e
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 |
-
"
|
|
|
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 |
|