Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,9 @@ from html_templates import (
|
|
24 |
format_description_html,
|
25 |
format_single_dog_result,
|
26 |
format_multiple_breeds_result,
|
27 |
-
|
28 |
-
|
|
|
29 |
format_multi_dog_container,
|
30 |
format_breed_details_html,
|
31 |
get_color_scheme,
|
|
|
24 |
format_description_html,
|
25 |
format_single_dog_result,
|
26 |
format_multiple_breeds_result,
|
27 |
+
format_unknown_breed_message,
|
28 |
+
format_not_dog_message,
|
29 |
+
format_hint_html,
|
30 |
format_multi_dog_container,
|
31 |
format_breed_details_html,
|
32 |
get_color_scheme,
|