Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ import pandas as pd
|
|
16 |
import seaborn as sns
|
17 |
from stmol import *
|
18 |
import py3Dmol
|
|
|
19 |
# from streamlit_3Dmol import component_3dmol
|
20 |
|
21 |
import scipy
|
|
|
16 |
import seaborn as sns
|
17 |
from stmol import *
|
18 |
import py3Dmol
|
19 |
+
from parse import parse
|
20 |
# from streamlit_3Dmol import component_3dmol
|
21 |
|
22 |
import scipy
|