Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -62,8 +62,6 @@ def main(local):
|
|
62 |
continue
|
63 |
|
64 |
cif_data = cif[key]
|
65 |
-
st.markdown(f"{cif_data.keys()}")
|
66 |
-
st.markdown(f"{cif_data['_atom_site_aniso_u_11']}")
|
67 |
if "_diffrn_ambient_temperature" in cif_data.keys():
|
68 |
temperature = float(cif_data["_diffrn_ambient_temperature"].split("(")[0])
|
69 |
elif "_cell_measurement_temperature" in cif_data.keys():
|
|
|
62 |
continue
|
63 |
|
64 |
cif_data = cif[key]
|
|
|
|
|
65 |
if "_diffrn_ambient_temperature" in cif_data.keys():
|
66 |
temperature = float(cif_data["_diffrn_ambient_temperature"].split("(")[0])
|
67 |
elif "_cell_measurement_temperature" in cif_data.keys():
|