Yin Fang commited on
Commit
4b470df
Β·
1 Parent(s): 03d5987

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def opt_process(opt_input):
154
  legends=['' for x in mols]
155
  )
156
 
157
- return opt_input_img, "\n".join(opt_output), "\n".join(opt_output_imp), "\n".join(opt_output_sim), opt_output_img
158
  # examples = [
159
 
160
  # ['[C][C][=Branch1][C][=O][N][C][C][O][C][C][O][C][C][O][C][C][Ring1][N]'],['[C][C][S][C][C][S][C][C][C][S][C][C][S][C][Ring1][=C]']
 
154
  legends=['' for x in mols]
155
  )
156
 
157
+ return opt_input_img, "\n".join(opt_output), opt_output_imp, opt_output_sim, opt_output_img
158
  # examples = [
159
 
160
  # ['[C][C][=Branch1][C][=O][N][C][C][O][C][C][O][C][C][O][C][C][Ring1][N]'],['[C][C][S][C][C][S][C][C][C][S][C][C][S][C][Ring1][=C]']