EmilyWitko HF staff commited on
Commit
52f515f
1 Parent(s): baba983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ pet_images = {
11
  def your_function(pet_name):
12
  # Handle the input and produce the image path or URL
13
  image_path = pet_images.get(pet_name, "/david.jpg") # Default if pet not found
 
14
  return image_path
15
 
16
  # Create the interface
 
11
  def your_function(pet_name):
12
  # Handle the input and produce the image path or URL
13
  image_path = pet_images.get(pet_name, "/david.jpg") # Default if pet not found
14
+ image_path = pet_images.get(pet_name, "/kikou.jpg")
15
  return image_path
16
 
17
  # Create the interface