Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|