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