Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks(css="""
|
|
382 |
)
|
383 |
|
384 |
breed_buttons.select(
|
385 |
-
|
386 |
inputs=[breed_details],
|
387 |
outputs=[breed_details]
|
388 |
)
|
|
|
382 |
)
|
383 |
|
384 |
breed_buttons.select(
|
385 |
+
show_details,
|
386 |
inputs=[breed_details],
|
387 |
outputs=[breed_details]
|
388 |
)
|