DawnC commited on
Commit
42f405c
1 Parent(s): cda8e51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -13
app.py CHANGED
@@ -475,24 +475,24 @@ def main():
475
  display: flex;
476
  align-items: center;
477
  justify-content: center;
478
- gap: 16px;
479
  padding: 20px 0;
480
  ">
481
- <a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/PawMatchAI" style="text-decoration: none;">
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: 1px;
489
- color: #666;
490
- display: flex;
491
- align-items: center;
492
- gap: 4px;
493
- ">
494
- EXPLORE THE CODE <span style="color: #007ACC;">→</span>
495
- </span>
 
 
 
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