Spaces:
Running
Running
Zhaohan Meng
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -550,7 +550,7 @@ with gr.Blocks(css=css) as demo:
|
|
550 |
outputs=[output_html]
|
551 |
)
|
552 |
clear_btn.click(
|
553 |
-
fn=lambda: ("", "", None, "",
|
554 |
inputs=[],
|
555 |
outputs=[protein_seq, drug_seq, drug_idx, output_html, structure_file]
|
556 |
)
|
|
|
550 |
outputs=[output_html]
|
551 |
)
|
552 |
clear_btn.click(
|
553 |
+
fn=lambda: ("", "", None, "", None),
|
554 |
inputs=[],
|
555 |
outputs=[protein_seq, drug_seq, drug_idx, output_html, structure_file]
|
556 |
)
|