DawnC commited on
Commit
cbacf19
·
1 Parent(s): db0df4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- format_error_message,
28
- format_warning_html,
 
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,