Spaces:
Runtime error
Runtime error
AnishKumbhar
commited on
Commit
•
43ccb88
1
Parent(s):
ef4c131
Update app.py
Browse files
app.py
CHANGED
@@ -15,5 +15,5 @@ def food_endpoint(breed: str):
|
|
15 |
"""
|
16 |
if breed == 'Labro':
|
17 |
return "Dog is healthy!"
|
18 |
-
|
19 |
return "Dog is super healthy!"
|
|
|
15 |
"""
|
16 |
if breed == 'Labro':
|
17 |
return "Dog is healthy!"
|
18 |
+
else :
|
19 |
return "Dog is super healthy!"
|