ruminasval commited on
Commit
2100cbf
·
verified ·
1 Parent(s): f170159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def recommend_glasses_tree(face_shape):
75
  elif face_shape == "heart":
76
  return ["Pilot (Aviator)", "Cat Eye", "Round"]
77
  elif face_shape == "oblong":
78
- return ["Square", "Pilot (Aviator)", "Cat Eye"]
79
  else:
80
  return []
81
 
 
75
  elif face_shape == "heart":
76
  return ["Pilot (Aviator)", "Cat Eye", "Round"]
77
  elif face_shape == "oblong":
78
+ return ["Square", "Oval", "Pilot (Aviator)", "Cat Eye"]
79
  else:
80
  return []
81