nishu692003 commited on
Commit
29ab889
·
verified ·
1 Parent(s): b4730a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ def main():
413
  )
414
 
415
  # Main Title and Description
416
- st.title("🧪 Molecular Generation and Analysis using VAE and 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.
 
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.