techfreakworm commited on
Commit
c090367
·
unverified ·
1 Parent(s): 5ff6d0b

chore(ui): refresh tipbar copy and add @techfreakworm follow link

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -502,9 +502,11 @@ def build_app() -> gr.Blocks:
502
  )
503
  gr.HTML(
504
  '<div class="aio-tipbar">'
505
- 'Liking this project? '
506
- '<strong>Drop a <span class="aio-heart">♥</span> at the top of this page</strong> '
507
- 'to support it.'
 
 
508
  '</div>'
509
  )
510
 
 
502
  )
503
  gr.HTML(
504
  '<div class="aio-tipbar">'
505
+ 'Built with care. '
506
+ '<strong>Drop a <span class="aio-heart">♥</span> at the top</strong> to support it '
507
+ '· '
508
+ 'Follow <a href="https://huggingface.co/techfreakworm" target="_blank" rel="noopener noreferrer">@techfreakworm</a> '
509
+ 'for what\'s next.'
510
  '</div>'
511
  )
512