Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -135,11 +135,7 @@ with c1:
|
|
135 |
with c2:
|
136 |
components.html(source_code, height = 400,width=400)
|
137 |
|
138 |
-
MakeMolecule("Helium", "[3He]")
|
139 |
-
MakeMolecule("Hydrogen", "[H]")
|
140 |
-
|
141 |
MakeMolecule("Nicotine", "CN1CCC[C@H]1c2cccnc2")
|
142 |
-
|
143 |
MakeMolecule("Ethanol", "CCO")
|
144 |
|
145 |
MakeMolecule("Caffeine", "CN1C=NC2=C1C(=O)N(C(=O)N2C)C")
|
|
|
135 |
with c2:
|
136 |
components.html(source_code, height = 400,width=400)
|
137 |
|
|
|
|
|
|
|
138 |
MakeMolecule("Nicotine", "CN1CCC[C@H]1c2cccnc2")
|
|
|
139 |
MakeMolecule("Ethanol", "CCO")
|
140 |
|
141 |
MakeMolecule("Caffeine", "CN1C=NC2=C1C(=O)N(C(=O)N2C)C")
|