ManasSharma07 commited on
Commit
271146f
·
verified ·
1 Parent(s): 2113afa

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -2
src/streamlit_app.py CHANGED
@@ -31,8 +31,6 @@ try:
31
  except ImportError as e:
32
  print(f"Failed to import MatterSimCalculator: {e}")
33
  mattersim_available = False
34
- from mattersim.forcefield import MatterSimCalculator
35
- mattersim_available = True
36
  # Define version threshold
37
  required_version = "2.0.0"
38
 
 
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"
36