MooseML commited on
Commit
8aec66d
·
1 Parent(s): 8466865

Fixed typo in README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -10,7 +10,7 @@ pinned: false
10
 
11
  # HOMO‑LUMO Gap Predictor — Streamlit + Hybrid GNN
12
 
13
- > **Live demo:** [huggingface.co/spaces/MooseML/homo-lumo-gap-predictor](https://huggingface.co/spaces/MooseML/homo-lumo-gap-predictor)  • 
14
  > **Code:** <https://github.com/MooseML/homo-lumo-gap-predictor>
15
 
16
  This web app predicts HOMO–LUMO energy gaps from molecular **SMILES** using a trained hybrid Graph Neural Network (PyTorch Geometric and RDKit descriptors).
@@ -65,7 +65,7 @@ streamlit run app.py
65
 
66
  | Format | Example |
67
  | ------------ | ---------------------------------------------- |
68
- | **Textarea** | `O=C(C)Oc1ccccc1C(=O)O, C1=CC=CC=C1` |
69
  | **CSV** | One column, no header:<br>`CCO`<br>`Cc1ccccc1` |
70
 
71
  Invalid or exotic SMILES are skipped and listed in the terminal log (RDKit warnings)
 
10
 
11
  # HOMO‑LUMO Gap Predictor — Streamlit + Hybrid GNN
12
 
13
+ > **Live demo:** [huggingface.co/spaces/MooseML/homo-lumo-gap-predictor](https://huggingface.co/spaces/MooseML/homo-lumo-gap-predictor) &nbsp;
14
  > **Code:** <https://github.com/MooseML/homo-lumo-gap-predictor>
15
 
16
  This web app predicts HOMO–LUMO energy gaps from molecular **SMILES** using a trained hybrid Graph Neural Network (PyTorch Geometric and RDKit descriptors).
 
65
 
66
  | Format | Example |
67
  | ------------ | ---------------------------------------------- |
68
+ | **Text area** | `O=C(C)Oc1ccccc1C(=O)O` |
69
  | **CSV** | One column, no header:<br>`CCO`<br>`Cc1ccccc1` |
70
 
71
  Invalid or exotic SMILES are skipped and listed in the terminal log (RDKit warnings)