DawnC commited on
Commit
50e2b68
1 Parent(s): bf35501

Update html_templates.py

Browse files
Files changed (1) hide show
  1. html_templates.py +16 -16
html_templates.py CHANGED
@@ -998,19 +998,19 @@ def format_comparison_details(breed_data: Dict) -> str:
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
- """
 
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
+ # """