awacke1 commited on
Commit
640a4b5
·
1 Parent(s): 476960e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -132,6 +132,8 @@ with c2:
132
 
133
  st.write('Info about SMILES: https://archive.epa.gov/med/med_archive_03/web/html/smiles.html')
134
  st.write('https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system')
 
 
135
 
136
  MakeMolecule("Ethanol", "CCO")
137
  MakeMolecule("Acetic acid", "CC(=O)O")
 
132
 
133
  st.write('Info about SMILES: https://archive.epa.gov/med/med_archive_03/web/html/smiles.html')
134
  st.write('https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system')
135
+ st.write('https://pubchem.ncbi.nlm.nih.gov/#query=vitamin%20e')
136
+
137
 
138
  MakeMolecule("Ethanol", "CCO")
139
  MakeMolecule("Acetic acid", "CC(=O)O")