Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
@@ -613,6 +613,7 @@ SAMPLE_STRUCTURES = {
|
|
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):
|
|
|
613 |
"Caffeine": "caffeine.xyz",
|
614 |
"Ibuprofen": "ibuprofen.xyz",
|
615 |
"Silicon": "Si.cif",
|
616 |
+
"hBN Monolayer (4x4)": "hBN_monolayer_4x4_supercell.extxyz",
|
617 |
}
|
618 |
|
619 |
def get_structure_viz2(atoms_obj, style='stick', show_unit_cell=True, width=400, height=400):
|