Spaces:
Sleeping
Sleeping
Àlex Solé
commited on
Commit
·
693ce7c
1
Parent(s):
437b851
fixed typos
Browse files- main.py +1 -1
- main_local.py +1 -1
main.py
CHANGED
@@ -60,7 +60,7 @@ def main():
|
|
60 |
st.success("CIF file successfully read.")
|
61 |
except Exception as e:
|
62 |
st.error(f"Error: {e}")
|
63 |
-
st.error(f"We couldn't find any structure for the block {key}. Please make sure the
|
64 |
|
65 |
continue
|
66 |
|
|
|
60 |
st.success("CIF file successfully read.")
|
61 |
except Exception as e:
|
62 |
st.error(f"Error: {e}")
|
63 |
+
st.error(f"We couldn't find any structure for the block {key}. Please make sure the CIF is compatible with ASE. If the error message is a blank line, it means ASE didn't found any coordinates.")
|
64 |
|
65 |
continue
|
66 |
|
main_local.py
CHANGED
@@ -55,7 +55,7 @@ def main():
|
|
55 |
st.success("CIF file successfully read.")
|
56 |
except Exception as e:
|
57 |
st.error(f"Error: {e}")
|
58 |
-
st.error(f"We couldn't find any structure for the block {key}. Please make sure the
|
59 |
|
60 |
continue
|
61 |
|
|
|
55 |
st.success("CIF file successfully read.")
|
56 |
except Exception as e:
|
57 |
st.error(f"Error: {e}")
|
58 |
+
st.error(f"We couldn't find any structure for the block {key}. Please make sure the CIF is compatible with ASE. If the error message is a blank line, it means ASE didn't found any coordinates.")
|
59 |
|
60 |
continue
|
61 |
|