snajmark commited on
Commit
caee59f
·
1 Parent(s): eef0788

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -462,7 +462,7 @@ with gr.Blocks(css=css_styling, title=page_title, theme=osium_theme) as demo:
462
  optimal_conditions = gr.DataFrame(label="Optimal conditions")
463
 
464
  with gr.Row():
465
- gr.Examples([example_inputs], [optimal_conditions])
466
 
467
 
468
 
 
462
  optimal_conditions = gr.DataFrame(label="Optimal conditions")
463
 
464
  with gr.Row():
465
+ gr.Examples([example_inputs], [antimicrobial_activity_target])
466
 
467
 
468