Yin Fang
commited on
Commit
Β·
4b470df
1
Parent(s):
03d5987
Update app.py
Browse files
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),
|
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]']
|