AnishKumbhar commited on
Commit
ec0bd2d
·
1 Parent(s): eabf963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def calculate_human_years_endpoint(size: str, dogyears: int):
40
  result = calculate_human_years("Medium",dogyears)
41
  elif weight > 50 and weight < 101 :
42
  result = calculate_human_years("Large",dogyears)
43
- else
44
  result = calculate_human_years("Giant",dogyears)
45
 
46
  # Respond with the result as JSON.
 
40
  result = calculate_human_years("Medium",dogyears)
41
  elif weight > 50 and weight < 101 :
42
  result = calculate_human_years("Large",dogyears)
43
+ else :
44
  result = calculate_human_years("Giant",dogyears)
45
 
46
  # Respond with the result as JSON.