Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -20,7 +20,7 @@ import yaml # Added for FairChem reference energies
|
|
| 20 |
import subprocess
|
| 21 |
import sys
|
| 22 |
import pkg_resources
|
| 23 |
-
|
| 24 |
# try:
|
| 25 |
# subprocess.check_call([sys.executable, "-m", "pip", "install", "mattersim"])
|
| 26 |
# except Exception as e:
|
|
|
|
| 20 |
import subprocess
|
| 21 |
import sys
|
| 22 |
import pkg_resources
|
| 23 |
+
mattersim_available = False
|
| 24 |
# try:
|
| 25 |
# subprocess.check_call([sys.executable, "-m", "pip", "install", "mattersim"])
|
| 26 |
# except Exception as e:
|