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