snajmark commited on
Commit
5efaf8a
·
1 Parent(s): 0624d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -502,7 +502,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
502
  show_progress=True,
503
  )
504
  clear_button.click(
505
- lambda x: [gr.update(value=None)] * 2,
506
  [],
507
  [
508
  antimicrobial_activity_target,
 
502
  show_progress=True,
503
  )
504
  clear_button.click(
505
+ lambda x: [gr.update(value=None)] * 14,
506
  [],
507
  [
508
  antimicrobial_activity_target,