DawnC commited on
Commit
b0f1856
1 Parent(s): 930da2c

Update html_templates.py

Browse files
Files changed (1) hide show
  1. html_templates.py +1 -18
html_templates.py CHANGED
@@ -996,21 +996,4 @@ def format_comparison_details(breed_data: Dict) -> str:
996
  <p><strong>Good with Children:</strong> {original_data.get('Good with Children', 'N/A')}</p>
997
  <p><strong>Temperament:</strong> {original_data.get('Temperament', 'N/A')}</p>
998
  </div>
999
- """
1000
-
1001
- # def format_header_html() -> str:
1002
- # """Format the application header HTML."""
1003
- # return """
1004
- # <header style='text-align: center; padding: 20px; margin-bottom: 20px;'>
1005
- # <h1 style='font-size: 2.5em; margin-bottom: 10px; color: #2D3748;'>
1006
- # 🐾 PawMatch AI
1007
- # </h1>
1008
- # <h2 style='font-size: 1.2em; font-weight: normal; color: #4A5568; margin-top: 5px;'>
1009
- # Your Smart Dog Breed Guide
1010
- # </h2>
1011
- # <div style='width: 50px; height: 3px; background: linear-gradient(90deg, #4299e1, #48bb78); margin: 15px auto;'></div>
1012
- # <p style='color: #718096; font-size: 0.9em;'>
1013
- # Powered by AI • Breed Recognition • Smart Matching • Companion Guide
1014
- # </p>
1015
- # </header>
1016
- # """
 
996
  <p><strong>Good with Children:</strong> {original_data.get('Good with Children', 'N/A')}</p>
997
  <p><strong>Temperament:</strong> {original_data.get('Temperament', 'N/A')}</p>
998
  </div>
999
+ """