Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,9 +12,6 @@ import sys
|
|
12 |
|
13 |
import os
|
14 |
|
15 |
-
wget https://repo.continuum.io/miniconda/Miniconda3-4.5.4-Linux-x86_64.sh && bash Miniconda3-4.5.4-Linux-x86_64.sh -bfp /usr/local
|
16 |
-
|
17 |
-
|
18 |
try:
|
19 |
from openbabel import openbabel
|
20 |
except:
|
|
|
12 |
|
13 |
import os
|
14 |
|
|
|
|
|
|
|
15 |
try:
|
16 |
from openbabel import openbabel
|
17 |
except:
|