kndambuki commited on
Commit
b264d5a
·
verified ·
1 Parent(s): 33f8a88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def get_birth_stone(month:str)-> str: #it's import to specify the return type
35
 
36
  month = month
37
  birthstone = birthstones.get(month, "Unknown")
38
- if birthstone in image_urls:
39
  response = birthstone
40
  else:
41
  response = "Unknown"
 
35
 
36
  month = month
37
  birthstone = birthstones.get(month, "Unknown")
38
+ if birthstone in birthstones:
39
  response = birthstone
40
  else:
41
  response = "Unknown"