Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CYF2000127 authored Aug 12, 2024
1 parent 3dc3232 commit 70f4bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The input is a molecular image
<div align="center",width="50">
Example input molecular image.
</div>
The output dictionary includes the Atom sets, Bond sets, predicted MolFile, and predicted SMILES:
The output dictionary includes the atom sets, bond sets, predicted MolFile, and predicted SMILES:

```
{
Expand All @@ -58,7 +58,7 @@ The output dictionary includes the Atom sets, Bond sets, predicted MolFile, and
{'atom_number': '2', 'bond_type': 'single', 'endpoints': (2, 3)}, ...
],
'predicted_molfile': '2D\n\n 11 12 0 0 0 0 0 0 0 0999 V2000 ...',
'predicted_smiles': 'COC1CCCc2oc(-c3ccccc3)cc21',
'predicted_smiles': 'COC1CCCc2oc(-c3ccccc3)cc21'
}
```

Expand Down

0 comments on commit 70f4bf9

Please sign in to comment.