Spaces:
Sleeping
Sleeping
Minor bug fixes
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -852,7 +852,7 @@ with gr.Blocks(theme=THEME, title='GenFBDD', css=static.CSS, delete_cache=(3600,
|
|
852 |
result_state.change(
|
853 |
fn=update_results,
|
854 |
inputs=[result_state],
|
855 |
-
outputs=[result_table_orig_df, result_table_mod_df, result_protein_file],
|
856 |
)
|
857 |
|
858 |
result_protein_file.change(
|
|
|
852 |
result_state.change(
|
853 |
fn=update_results,
|
854 |
inputs=[result_state],
|
855 |
+
outputs=[result_table_orig_df, result_table_mod_df, result_protein_file, result_download_file],
|
856 |
)
|
857 |
|
858 |
result_protein_file.change(
|