Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -1
src/streamlit_app.py
CHANGED
|
@@ -28,8 +28,9 @@ except Exception as e:
|
|
| 28 |
try:
|
| 29 |
from mattersim.forcefield import MatterSimCalculator
|
| 30 |
mattersim_available = True
|
|
|
|
| 31 |
except ImportError as e:
|
| 32 |
-
print(f"Failed to import MatterSimCalculator: {e}")
|
| 33 |
mattersim_available = False
|
| 34 |
# Define version threshold
|
| 35 |
required_version = "2.0.0"
|
|
|
|
| 28 |
try:
|
| 29 |
from mattersim.forcefield import MatterSimCalculator
|
| 30 |
mattersim_available = True
|
| 31 |
+
print("\n\n\n\n\n\n\nSuccessfully imported MatterSimCalculator.\n\n\n\n\n\n\n\n\n\n")
|
| 32 |
except ImportError as e:
|
| 33 |
+
print(f"Failed to import MatterSimCalculator: {e} \n\n\n\n\n\n\n\n")
|
| 34 |
mattersim_available = False
|
| 35 |
# Define version threshold
|
| 36 |
required_version = "2.0.0"
|