Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
@@ -611,7 +611,8 @@ SAMPLE_STRUCTURES = {
|
|
611 |
"Benzene": "C6H6.xyz",
|
612 |
"Ethane": "C2H6.xyz",
|
613 |
"Caffeine": "caffeine.xyz",
|
614 |
-
"Ibuprofen": "ibuprofen.xyz"
|
|
|
615 |
}
|
616 |
|
617 |
def get_structure_viz2(atoms_obj, style='stick', show_unit_cell=True, width=400, height=400):
|
|
|
611 |
"Benzene": "C6H6.xyz",
|
612 |
"Ethane": "C2H6.xyz",
|
613 |
"Caffeine": "caffeine.xyz",
|
614 |
+
"Ibuprofen": "ibuprofen.xyz",
|
615 |
+
"Silicon": "Si.cif",
|
616 |
}
|
617 |
|
618 |
def get_structure_viz2(atoms_obj, style='stick', show_unit_cell=True, width=400, height=400):
|