MooseML commited on
Commit
0f22579
·
1 Parent(s): e3eae4d

Add README metadata header

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,4 +1,13 @@
1
- # HOMO–LUMO Gap Predictor
 
 
 
 
 
 
 
 
 
2
 
3
  This web app uses a trained Graph Neural Network (GNN) to predict HOMO–LUMO energy gaps from molecular SMILES strings. Built with [Streamlit](https://streamlit.io), it enables fast single or batch predictions with visualization.
4
 
 
1
+ ---
2
+ title: 🧪 HOMO‑LUMO Gap Predictor
3
+ emoji: 🧬
4
+ colorFrom: indigo
5
+ colorTo: purple
6
+ sdk: docker
7
+ app_file: app.py
8
+ pinned: false
9
+ ---
10
+
11
 
12
  This web app uses a trained Graph Neural Network (GNN) to predict HOMO–LUMO energy gaps from molecular SMILES strings. Built with [Streamlit](https://streamlit.io), it enables fast single or batch predictions with visualization.
13