Spaces:
Running on Zero
Running on Zero
chore(ui): refresh tipbar copy and add @techfreakworm follow link
Browse files
app.py
CHANGED
|
@@ -502,9 +502,11 @@ def build_app() -> gr.Blocks:
|
|
| 502 |
)
|
| 503 |
gr.HTML(
|
| 504 |
'<div class="aio-tipbar">'
|
| 505 |
-
'
|
| 506 |
-
'<strong>Drop a <span class="aio-heart">♥</span> at the top
|
| 507 |
-
'
|
|
|
|
|
|
|
| 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 |
|