Spaces:
Sleeping
Sleeping
Fixed typo in README
Browse files
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 |
-
| **
|
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)
|
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)
|