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