Spaces:
Running
on
Zero
Running
on
Zero
Update html_templates.py
Browse files- html_templates.py +2 -1
html_templates.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
from typing import Dict, List, Union, Any, Optional, Callable
|
3 |
from urllib.parse import quote
|
|
|
|
|
4 |
|
5 |
def get_akc_breeds_link(breed: str) -> str:
|
6 |
"""Generate AKC breed page URL with intelligent name handling."""
|
|
|
|
|
1 |
from typing import Dict, List, Union, Any, Optional, Callable
|
2 |
from urllib.parse import quote
|
3 |
+
from breed_health_info import breed_health_info
|
4 |
+
from breed_noise_info import breed_noise_info
|
5 |
|
6 |
def get_akc_breeds_link(breed: str) -> str:
|
7 |
"""Generate AKC breed page URL with intelligent name handling."""
|