DawnC commited on
Commit
e0aa3d5
1 Parent(s): fe5fb1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +18 -4
app.py CHANGED
@@ -471,10 +471,24 @@ def main():
471
 
472
  # Footer
473
  gr.HTML('''
474
- For more details on this project and other work, feel free to visit my GitHub
475
- <a href="https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/Dog_Breed_Classifier">
476
- <img src="https://img.shields.io/badge/GitHub-PawMatch_AI-007ACC?logo=github&style=for-the-badge">
477
- </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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