Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -413,7 +413,7 @@ def main():
|
|
413 |
)
|
414 |
|
415 |
# Main Title and Description
|
416 |
-
st.title("🧪 Molecular Generation
|
417 |
st.markdown("""
|
418 |
SMILES (Simplified Molecular Input Line Entry System) is a widely-used notation that encodes chemical structures into short, linear strings of characters.
|
419 |
This representation allows for the easy storage, transmission, and manipulation of molecular information in computational applications.
|
|
|
413 |
)
|
414 |
|
415 |
# Main Title and Description
|
416 |
+
st.title("🧪 Molecular SMILEs Generation using VAE and Property Prediction using GNN")
|
417 |
st.markdown("""
|
418 |
SMILES (Simplified Molecular Input Line Entry System) is a widely-used notation that encodes chemical structures into short, linear strings of characters.
|
419 |
This representation allows for the easy storage, transmission, and manipulation of molecular information in computational applications.
|