libokj commited on
Commit
5235397
·
1 Parent(s): 88ac088

Minor bug fixes

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -828,7 +828,7 @@ with gr.Blocks(theme=THEME, title='GenFBDD', css=static.CSS, delete_cache=(3600,
828
  result_table_orig_df: result_df,
829
  result_table_mod_df: result_df.copy(deep=True),
830
  result_protein_file: str(protein_structure_file),
831
- result_download_file: gr.File('', visible=False),
832
  }
833
 
834
  def update_table(orig_df, score_list, filter_list, progress=gr.Progress(track_tqdm=True)):
 
828
  result_table_orig_df: result_df,
829
  result_table_mod_df: result_df.copy(deep=True),
830
  result_protein_file: str(protein_structure_file),
831
+ result_download_file: gr.File(None, visible=False),
832
  }
833
 
834
  def update_table(orig_df, score_list, filter_list, progress=gr.Progress(track_tqdm=True)):