Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -131,8 +131,8 @@ with c2:
|
|
131 |
components.html(source_code, height = 400,width=400)
|
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")
|
|
|
131 |
components.html(source_code, height = 400,width=400)
|
132 |
|
133 |
st.write('Info about SMILES: https://archive.epa.gov/med/med_archive_03/web/html/smiles.html')
|
134 |
+
st.write('Learn about it at Wikipedia: https://en.wikipedia.org/wiki/Simplified_molecular-input_line-entry_system')
|
135 |
+
st.write('Search for any compound on PubChem at National Library of Medicine: https://pubchem.ncbi.nlm.nih.gov/#query=vitamin%20e')
|
136 |
|
137 |
|
138 |
MakeMolecule("Ethanol", "CCO")
|