DawnC commited on
Commit
319d08b
·
1 Parent(s): ecd0d87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -548,7 +548,7 @@ with gr.Blocks() as iface:
548
  )
549
 
550
  breed_buttons.change(
551
- show_details,
552
  inputs=[breed_buttons, output, initial_state],
553
  outputs=[output, back_button, initial_state]
554
  )
 
548
  )
549
 
550
  breed_buttons.change(
551
+ show_details_html,
552
  inputs=[breed_buttons, output, initial_state],
553
  outputs=[output, back_button, initial_state]
554
  )