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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ 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
- image_path = pet_images.get(pet_name, "/kikou.jpg")
15
  return image_path
16
 
17
  # 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
  return image_path
15
 
16
  # Create the interface