Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -471,10 +471,24 @@ def main():
|
|
471 |
|
472 |
# Footer
|
473 |
gr.HTML('''
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
478 |
''')
|
479 |
|
480 |
return iface
|
|
|
471 |
|
472 |
# Footer
|
473 |
gr.HTML('''
|
474 |
+
<div style="text-align: center; padding: 20px 0;">
|
475 |
+
<p style="
|
476 |
+
font-family: 'Arial', sans-serif;
|
477 |
+
font-size: 14px;
|
478 |
+
font-weight: 500;
|
479 |
+
letter-spacing: 2px;
|
480 |
+
background: linear-gradient(90deg, #555, #007ACC);
|
481 |
+
-webkit-background-clip: text;
|
482 |
+
-webkit-text-fill-color: transparent;
|
483 |
+
margin-bottom: 12px;
|
484 |
+
text-transform: uppercase;
|
485 |
+
display: inline-block;
|
486 |
+
">EXPLORE THE CODE →</p>
|
487 |
+
<br>
|
488 |
+
<a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/PawMatchAI" style="text-decoration: none;">
|
489 |
+
<img src="https://img.shields.io/badge/GitHub-PawMatch_AI-007ACC?logo=github&style=for-the-badge">
|
490 |
+
</a>
|
491 |
+
</div>
|
492 |
''')
|
493 |
|
494 |
return iface
|